Explain virtual inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
What is class in oop with example?
What is polymorphism explain its types?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
what i oops concept, how many languages supports oops concept?
for example A,B,C,D are class all the 4 class contain one method who() but the method who() implementaion is differnet among each class. the relation among the 4 class are A is base class and is inherited by B and C.and from this two B and C where D is inherited. the question is i want to display the output who() method in all the classes(A,B,C,D)the output of who() method is diferrent amond all the class(A,B,C,D) ------A------ virtuval who(print a) override | | who(print b) B C override who(print c) | | -------D------ override who(print d)
What is abstraction example?
what is the difference between virtual function and destoctor?
define oops concept with example
What is constructor in oop?
What are benefits of oop?
Get me an image implementation program.
why to use template classes in c++?