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
Which bit wise operator is suitable for turning off a particular bit in a number?
What are separators in c++?
Comment on local and global scope of a variable.
Write about c++ storage classes?
Why do we use classes in programming?
What is the oldest programming language?
Write a program which uses Command Line Arguments
Explain deep copy?
Describe about storage allocation and scope of global, extern, static, local and register variables?
Explain the difference between c & c++?
what are the characteristics of Class Members in C++?
What is this weird colon-member (" : ") syntax in the constructor?
Write a code/algo to find the frequency of each element in an array?
What is a storage class?
What is atoi?