Answer Posted / madhu
'this' pointer is created when you create an object with
dynamic memory allocation. 'this' pointer will be created at
the time of object creation.
It holds the current object's address.
'this' cannot be used inside the static or a friend functions.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
2. Give the different notations for the class.\
What is the full form of oops?
Can a destructor be called directly?
How do you answer polymorphism?
What is encapsulation in ict?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is oops and why we use oops?
How Do you Code Composition and Aggregation in C++ ?
What is advantage of inheritance?
Can you explain polymorphism?
what type of question are asked in thoughtworks pair programming round ?
What does no cap mean?
What are two types of polymorphism?
What is the importance of oop?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.