Can you name some types of inheritance?
What is object in oop?
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 do you mean by stack program? Get me an example stack program?
We have a scale and 7 balls. 1 ball is heavier than all the rest. How to determine the heaviest ball with only 3 possible weighing attempts?
What is Agile methodology?
20 Answers ABC, Accenture, College School Exams Tests, Inmar, Microsoft, Sapient,
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
Write a macro for swapping integers
Difference between new operator and operator new
i ahve v low % in 12th n BSC which is aroun 50 coz science was imposed on me......nw m doin MCA n my aggregate in above 74%,what shud i say if asked about low previous percentage??????
What is late bound function call and early bound function call? Differentiate.
why the argument is passed by reference to a copy constructor?example?
hi all..i want to know oops concepts clearly can any1 explain??