what is an object and how do you allocate memory to it?
Answer Posted / shilpi
object is intance of class whicch use to access data member and data funtion of class.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Is char * a string?
What is the base class of all classes?
How do you implement polymorphism in our day to day life?
What is a numeric format?
How does indexof work?
What does java stand for?
Mention a package that is used for linked list class in java.
What are different type of exceptions in java?
what are different ways in which a thread can enter the waiting state? : Java thread
Is empty .java file name a valid source file name?
Is 0 true or false in java?
Explain about oops concepts.
What is a modifier?
Is space a character in java?
What is constructor and virtual function? Can we call a virtual function in a constructor?