What is difference between class and object with example?
Class is the design of a any program structure with name, variables and methods included in it as a group. When any class gets executed at runtime it gets object created equivalently. Such as when a class name is tree, the object it gets created as , tree of any type. if pen is a class, then the object of pen can be, few we name it..
| Is This Answer Correct ? | 0 Yes | 0 No |
c++ program to swap the objects of two different classes
ambiguity regulation of multiple inheritance with example.
What is overloading and its types?
Write a program to get the binary tree.
What is the real time example of encapsulation?
Write on signed and unsigned integers and give three (3) examples each
what is the difference between class and structure in C++?
What is a linked list?
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.
When is it necessary to use member-wise initialization list in C++?
What is Hashing and how is it done? Pictorial form?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.