Answer Posted / hrpynux@gmail.com
A Class in object oriented programming is a blueprint or prototype that defines the variables and the methods (functions) common to all Java Objects of a certain kind. An object in OOPS is a specimen of a class. Software objects are often used to model real-world objects you find in everyday life.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain virtual class and friend class.
How can you link a c program with a c function?
What are vtable and vptr?
What is vectorial capacity?
What is the first name of c++?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
Is linux written in c or c++?
What is a virtual destructor? Explain the use of it?
Is c++ an oop?
Explain the difference between static and dynamic binding of functions?
What is general format for a prototype?
What is flush c++?
Can we overload operator in c++?
What is a c++ class?
Where are setjmp and longjmp used in c++?