Answer Posted / aarthi
class is defined as the collection of attributes and
behavior
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What does count ++ do in c++?
Is it possible for the objects to read and write themselves?
What is the difference between containment and delegation?
Difference between struct and class in terms of access modifier.
Can you explicitly call a destructor on a local variable?
What is input operator in c++?
Is there finally in c++?
why and when we can declar member fuction as a private in the class?
What is meant by a delegate?
Can you pass an array to a function in c++?
What are the uses of typedef in a program?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
Why c++ is created?
What is function overriding in c++?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor