Answer Posted / vikas patel
Object is the block of the memory to derived class...
ex
Rectangle rec = new Rectangle....
rec is the object
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Which language is pure oop?
How to call a non virtual function in the derived class by using base class pointer
What is oops and why we use oops?
What is polymorphism explain its types?
What exactly is polymorphism?
What does <> mean pseudocode?
Can you inherit a private class?
How does polymorphism work?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Can abstract class have normal methods?
What is multilevel inheritance explain with example?
How to improve object oriented design skills?
What is inheritance and how many types of inheritance?
Which type does string inherit from?
write string class as your own class in java without using any built-in function