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 |
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is polymorphism in oop example?
advantage and disadvantage in c++>>oops and what are the questions ask for interview in c++>>oops. could you tell me or reply me
What is difference between inheritance and polymorphism?
How many types of access specifier in c# and vb.net?
In which Scenario you will go for Interface or Abstract Class?
1 Answers InfoAxon Technologies,
why overriding?
What are the valid types of data that the main () can return in C/C++ language
What is sub classing in c++?
Can static class have constructor?
Can we have a private constructor ?
12 Answers HSBC, Ness Technologies, TCS, Wipro,
What is the real time example of encapsulation?