who is the founder of c++?
Answers were Sorted based on User's Feedback
diff between Abstract class Interfaces?
What is an orthogonal base class?
What is the difference between the C & C++?
What is deep and shalow copy?
What is encapsulation in oops?
write a program to print * * * * * *
what is the definition of incapsulation
define oops with class and object
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
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)
all about pointers
any one please tell me the purpose of operator overloading