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
Get me an image implementation program.
What is difference between abstraction and encapsulation?
Why do pointers exist?
any one please tell me the purpose of operator overloading
What are the advantages of polymorphism?
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).
what is different between oops and c++
write string class as your own class in java without using any built-in function
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is object and example?
What is the difference between static polymorphism and dynamic polymorphism?
What is class and example?
Can we define a class within the interface?
officer say me - i am offered to a smoking , then what can you say
Why is polymorphism important in oop?