Answer Posted / manoj kumar
Object is an entity with identity,state and behavior.
object is an entity that exist in the real word.
example:
int a;
a=10;
Identity of an object is a.State is represented by data value
i.e. 10 and behavior of the object is that it is integer type.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why is static class not inherited?
What is object in oops?
What is encapsulation in oop?
What is overriding in oop?
Is enum a class?
Get me a number puzzle game-program
What are oops methods?
What is encapsulation in oops?
Can main method override?
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).
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What does and I oop and sksksk mean?
What is balance factor?
Why do we use class?
What is abstraction and encapsulation?