Answer Posted / divyaja
Sometimes, a programmer will want to
define a custom "thing" and the operations
that can be performed on that "thing"
• A class is the definition
• An object is a particular instance of a class
• Classes contain
– data, called members
– functions, called methods
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How do I run c++?
Why do we use structure in c++?
What is the difference between map and hashmap in c++?
What is the use of map in c++?
What are activex and ole?
You want to link a c++ program to c functions. How would you do it?
Does improper inheritance have a potential to wreck a project?
can any one help to find a specific string between html tags
which is changed to a sting..
weather.html looks (for location) is
What is abstract keyword in c++? What are the effects after calling the delete this operator ? What's the "software peter principle”? daily Routine of father What you know about structures in C++? Evaluate !(1&&1||1&&0)
a) Error
b) False
c) True Is atoi safe?