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 destructor oops?
What is encapsulation in ict?
Can you explain polymorphism?
What are the advantages of polymorphism?
What is the advantage of oop over procedural language?
What is multilevel inheritance explain with example?
Why do we use class in oops?
How can you overcome the diamond problem in inheritance?
What is polymorphism explain?
What is the difference between a constructor and a destructor?
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 do you mean by overloading?
Can a destructor be called directly?
Can static class have constructor?
explain sub-type and sub class? atleast u have differ it into 4 points?