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 the differences between new and malloc?
State the difference between pre and post increment/decrement operations.
What language does google use?
Why is c++ still popular?
Explain what are mutator methods in c++?
Do class declarations end with a semicolon? Do class method definitions?
Which is best c++ or java?
What is the difference between a template and a macro?
What is the difference between a declaration and a definition?
What is the difference between structures and unions?
What are the advantages of pointers?
What is a .lib file in c++?
What is abstract keyword in c++?
What are c++ stream classes?
What is static function? Explain with an example