Answer Posted / laxman
class is a collection of object.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
2. Give the different notations for the class.\
What do you mean by variable?
What is encapsulation process?
What is basic concept of oop?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is the real life example of polymorphism?
What is encapsulation oop?
What is abstract class in oops?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is the point of oop?
What are the components of marker interface?
How do you answer polymorphism?
Why is encapsulation used?
What are the 3 pillars of oop?
How does polymorphism work?