Which oops concept exposes only necessary information to the calling functions?
Why is message passing between the objects important?
State some of the advantages of object oriented programming?
Explain the purpose of composition.
What is the super keyword?
What is a nested interface?
What is the default access specifier in a class definition?
Why abstraction is important?
What are the major differences between late and dynamic binding?
Explain about inheritance?
How do you prevent a class from being inherited by another class?
What is the difference between data hiding and implementation?
Explain about the analysis phase?
what are the different ways for a method to be overloaded?
What is the use if instanceof keyword?