What is the difference between class and object?
Answer Posted / neha
classes and objects are seprate but related concept.every
object belong to a class and every class contains one or
more objects.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is polymorphism give a real life example?
Templates mean
How does polymorphism work?
What is overriding vs overloading?
What are two types of polymorphism?
What are the important components of cohesion?
What is class in oop with example?
What is a superclass in oop?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
write a program that takes input in digits and display the result in words from 1 to 1000
Can abstract class have normal methods?
What is oops concept with example?
What are the benefits of polymorphism?
What is a class oop?
Give two or more real cenario of virtual function and vertual object