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
What are abstract data types in c++?
Explain how to initialize a const member data.
What is the role of static keyword for a class member variable?
What it is and how it might be called (2 methods).
What are c++ data types?
Is main a class in c++?
What is a loop? What are different types of loops in c++?
Can a function take variable length arguments, if yes, how?
what Is DCS ? what i will get benefit when i did?
Implement stack operations with pointers with appropriate exception checks.
What is a c++ vector?
What are the advantages of using const reference arguments in a function?
Explain the concept of copy constructor?
Why we use #include iostream in c++?
Can comments be longer than one line?