Answer Posted / muthu_tek
emp e;//default constr
emp e(10);//paramatrisized constr
emp e(e1);//copy constr
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is polymorphism and example?
Which language is pure oop?
Can we create object of abstract class?
Why multiple inheritance is not allowed?
Which is not an object oriented programming language?
What are objects in oop?
What is oops and why we use oops?
What is overriding vs overloading?
Why do we use encapsulation in oops?
What is ambiguity in inheritance?
What is the example of polymorphism?
Why do while loop is used?
Write a program to sort the number with different sorts in one program ??
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?
What is data binding in oops?