What is data binding in oops?
No Answer is Posted For this Question
Be the First to Post Answer
What is for loop and its syntax?
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)
diff between Virtual mathod and abstract method?
what is main difference between object oriented object base
What is cohesion in oop?
what is polymorpsim? what are its types?
What is the difference between C++ and java?
i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.
What is class encapsulation?
What is a template?
what is the advantage in software? what is the difference between the software developer and Engineer
What is encapsulation oop?