Answer Posted / sourav
Hi Venkat,
In your coding example the concept of this pointer is
fine, but can u pls tell me the where the object is getting
formed ?
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is abstraction in oops with example?
What do you mean by Encapsulation?
What is advantage of inheritance?
What are classes oop?
What polymorphism means?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
can we make game by using c
What is the renewal class?
Can we create object of interface?
how to get the oracle certification? send me the answer
What is interface in oop?
What is debug class?what is trace class? What differences are between them? With examples.
Write a program to reverse a string using recursive function?
Which method cannot be overridden?