Answer Posted / nageshind
I looking for growth and improve knowledge.
| Is This Answer Correct ? | 28 Yes | 5 No |
Post New Answer View All Answers
Can we define a class within the interface?
What are the 3 pillars of oop?
What is difference between oop and pop?
Is react oop?
What are the 4 main oop principles?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is abstraction example?
Why polymorphism is used in oops?
What is an interface in oop?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is oops and why we use oops?
Can we create object of abstract class?
What is destructor give example?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Why do we use class?