Answer Posted / deepika.g
RAD,CASEtools
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Can you define OOP and principles of OOP?
Explain the use of Vtable and what are the various problems to override the functions?
Can an interface inherit from another interface?
Explain what an object is.
How many methods are there in the serializable interface?
What is the difference between a virtual method and an abstract method?
what is virtual function and pure virtual function ?
What is multiple inheritance? How java 8 supports multiple inheritance?
What is super keyword?
What is meant by overloading functions and operators?
Explain serialization and overriding?
Explain what is polymorphism?
explain the difference between operator overloading and function overloading.
What's the order of call of constructors in inheritiance?
Do we require parameter for constructors?