What do you mean by abstraction?
No Answer is Posted For this Question
Be the First to Post Answer
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
why freind function takes more parameter than normal member function in c++?
swapping program does not use third variable
What does I oop mean?
WAP to generate 2n+1 lines of the following pattern on the computer screen:
What is difference between new and malloc?
how to find the largest of given numbers in an array
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 isthe difference between c structure and c++ class
why c++ is called OOPS? waht is inherutance? what is compiler?
what is the realstic modeling?
What is virtual function?where and when is it used?