which are the 4 members functions in c++ objects that can
either be declared explicitly by programmer or implementation
if nt available.
Answer Posted / sarita
zero argument constructor,default constructor,perameterized
constructor,copy constructor
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
any one please tell me the purpose of operator overloading
• What are the desirable attributes for memory managment?
Can a varargs method be overloaded?
what type of question are asked in thoughtworks pair programming round ?
What is object-oriented programming? Webopedia definition
Can destructor be overloaded?
What is polymorphism and types?
What is encapsulation in simple terms?
Why do we use oop?
Can bst contain duplicates?
What do you mean by abstraction?
What is multilevel inheritance in oop?
Why do pointers exist?
Why is object oriented programming so hard?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?