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
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
Describe public access specifiers?
what is Member Functions in Classes?
What does asterisk mean in c++?
Explain the difference between overloading and overriding?
Write a program which uses Command Line Arguments
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What is the use of string in c++?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
What are the important differences between c++ and java?
What are friend classes?
What is c++ library?
Is c or c++ more useful?
Define virtual constructor.
How come you find out if a linked-list is a cycle or not?