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
What are the types of abstraction?
What is coupling in oop?
What is oops and why we use oops?
Can we define a class within the interface?
Why is oop useful?
What is the point of oop?
What are benefits of oop?
What is the renewal class?
Can a destructor be called directly?
What is the example of polymorphism?
How do you answer polymorphism?
What is overloading and its types?
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(); }
What is the full form of oops?
2. Give the different notations for the class.\