which are the 4 members functions in c++ objects that can
either be declared explicitly by programmer or implementation
if nt available.
Answer Posted / pramod
Sarita...
1)if i am not wrong...compiler never provides the
parametrized constructor. For example, you can try
this,simply create a parameterized object and don't specify
a parameterized constructor ( as per you say compiler will
provide one), it will generate an error.
2)zero argument constructor and default constructor are the
same things.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is object in oops?
Which language is not a true object oriented programming language?
What does and I oop mean in text?
What is a class in oop?
What is the point of polymorphism?
Which method cannot be overridden?
What are main features of oop?
What is property in oops?
What is an advantage of polymorphism?
What is data binding in oops?
when to use 'mutable' keyword and when to use 'const cast' in c++
Whats oop mean?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is polymorphism in oop example?