What is virtual constructors/destructors?

Answer Posted / debasish

there is no virtual constructor..coz..virtual thing is in
run time n constructor ic compile time thing.

Is This Answer Correct ?    15 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you achieve runtime polymorphism?

565


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

1135


What does and I oop and sksksk mean?

644


What does oop mean in snapchat?

675


How to improve object oriented design skills?

565






Explain the concepts involved in Object Oriented programming.

624


What is solid in oops?

592


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2094


What is interface? When and where is it used?

1657


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

1610


Why do we use class?

626


What is static in oop?

585


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(); }

1973


What is the advantage of oop over procedural language?

621


Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

4232