What are main features of oop?
No Answer is Posted For this Question
Be the First to Post Answer
difference between overloading and overridding
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)
how can we design a magic square in c++?or suggest me the basic idea of it.
What is destructor in oop?
What is polymorphism explain?
what is difference b/w object based and object oriented programming language?
18 Answers Chaitanya, College School Exams Tests, Educomp, IBM, Infosys, Telko,
What is the difference between Home and $Home?
What is abstraction encapsulation?
what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.
what is object oriented programming and procedure oriented programming?
what is the difference between class to class type conversion and copy constructor ?
what is the difference between <stdio.h>and "stdio.h"?