What is the difference between class and object?
Answer Posted / kanchi
class is the advance version of structure because it contains the data and functions both so it is wrapped into a single unit called encapsulation.
Object is the instance of class and it always created at run time
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why it is called runtime polymorphism?
What is oops and why we use oops?
Why is there no multiple inheritance?
What is difference between data abstraction and encapsulation?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What do you mean by overloading?
How do you define a class in oop?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
Why is oop better than procedural?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Which is better struts or spring?
What is polymorphism and why is it important?
write a program to find 2^n+1 ?
Which is not an object oriented programming language?
Which language is not a true object oriented programming language?