which are the 4 members functions in c++ objects that can
either be declared explicitly by programmer or implementation
if nt available.
Answer Posted / dharmendra
default constructor , copy constructor & Destructor
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is difference between pop and oop?
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 are different oops concepts?
What is the difference between abstraction and polymorphism?
Why do we use encapsulation in oops?
Can you explain polymorphism?
Why do we use polymorphism in oops?
What is the real time example of encapsulation?
Write a program to reverse a string using recursive function?
What is encapsulation in oops?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What are the data types in oop?
How do you define a class in oop?
What is polymorphism give a real life example?