Answer Posted / priyadharshini.m
Persistent object is one which is stored even after the
creator of the object ceases to exist whereas transient
object only exist till the creator exists and not stored
permanently
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Explain what is polymorphism?
Difference between composition and inheritance ?
What is operator overloading and polymorphism?
How do you prevent a class from being inherited by another class?
Describe the Diamond problem. Where does this problem occur?
State some of the advantages of object oriented programming?
What does it mean that a method or class is abstract?
What are a base class, subclass, and superclass?
Define a good interface?
Is is possible to define our own functional interface?
What is sealed modifiers?
What is the need of multiple inheritance?
What is a nested interface?
What is the difference between function overloading and over riding?
What are manipulators?