Answer Posted / kumaranr
in which a class has all the state and behaviour of the
another class
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What's the benefit of using inheritance?
Can we access interface static method using interface references?
What are the features of encapsulation ?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
What are all the operators that cannot be overloaded?
what is full form OOP?
Why is OOP good?
Write about abstract base classes?
Why do we use oops concepts? What is its advantage?
How does abstraction differ from encapsulation.
What's the main difference between arraylist / hashmap and vector / hashtable?
How to define an interface?
What is the difference between an error and an exception?
What is a virtual function?
What does the “abstract” keyword mean in front of a method? A class?