Answer Posted / prakash
A Class is a blue print from which individual objects are
created.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is difference between class template and template class?
Are polymorphisms mutations?
What is the purpose of enum?
Which is not an object oriented programming language?
What is class and example?
What is static in oop?
Get me an image implementation program.
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Why is destructor used?
Can an interface inherit a class?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is an interface in oop?
What is the difference between a mixin and inheritance?
Why is there no multiple inheritance?