Explain serialization and overriding?
No Answer is Posted For this Question
Be the First to Post Answer
What is abstract method?
Can you define OOP and principles of OOP?
What is Polymorphism?
7 Answers MindCracker, Protech, TCS,
What is association?
What is difference between static and non-static fields of a class?
What is the main use of message metaphor in object-oriented programming?
What is the use of interface?
Which of the following is tightly bound ? Inheritance or composition ?
What is virtual multiple inheritance?
Explain about message passing in object oriented programming?
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?
Suppose a class acts an Actor in the problem domain, how to represent it in the static model?