Explain basic concepts of OOPS?
What is operator overloading and polymorphism?
What are manipulators?
Explain the use of Vtable and what are the various problems to override the functions?
Can you call the base class method without creating an instance?
What interface must an object implement before it can be written to a stream as an object?
Define Data Abstraction. What is its importance?
what three "domains" are considered during analysis modeling?
Explain about inheritance in oops?
Explain the abstract class modifier?
What is the difference between an interface and abstract class?
What is inheritance in java?
What are the rules to define a functional interface?
Explain the mechanism of composition?
Difference between abstraction and implementation hiding ?