Answer Posted / poorna chandar rao
when ever object is created automatically (conncurently
)construcor also executed
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is persistence in oop?
What are the three main types of variables?
What is protected in oop?
Can a destructor be called directly?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What language is oop?
program for insertion ,deletion,sorting in double link list
What is abstract class in oop?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
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 class in oop with example?
Is react oop?
Which is better struts or spring?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is overloading and its types?