Answer Posted / gyana
In simple term object is a represantation of the
class.Through which class is invoked and method initializes..
but method show the characterstics of the class..The various
opearation are done inside the method.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Can we create object of interface?
Can you explain polymorphism?
What is abstraction in oops with example?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
How is polymorphism achieved?
What is an advantage of polymorphism?
What is overriding in oops?
2. Give the different notations for the class.\
What is class and example?
What is the fundamental idea of oop?
Can a varargs method be overloaded?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
what type of question are asked in thoughtworks pair programming round ?
What are classes oop?
What is overriding in oop?