Explain about object oriented programming?
What are abstract classes?
What is the use of destructive method?
Why is C not an OOP language?
Explain about inheritance?
Can encapsulation be called as a security device?
What is the difference between a class and an object?
What are abstract functions? Why are they used?
Explain the rationale behind object oriented concepts?
Difference between abstraction and implementation hiding ?
What is static and dynamic Binding?
What is difference between class and interface?
What are the interfaces you used in beans?
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
What are the access modifiers?