Sabre Holdings Interview Question Software Engineer / Developers
0of 0 votesCan you implement a java application without Abstraction?
Country: India
@krishnakanth If I am correct we still use classes in modular programming and classes represent abstraction. Even if we don't use classes, modules themselves provide a framework for information hiding and will help not only to protect programs from non-malicious mistakes made by other parts of the same software system but also the entire software system from malicious attack.

yes, we can. code it using modular programming, without using OOP.
- krishnakanth on July 02, 2012 Edit | Flag Reply