What are the Object and Class that classes used for?
Answer Posted / ravikiran(aptech mumbai)
class is the template for members and methods to get declared
and object is the physical reality for a class and is used
to call the members and methods those are declared inside a
class
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What does bitwise or mean?
What exactly is methodology?
What is a parameter used for?
What is passing by reference in java?
What is the maximum size of list in java?
What is externalizable?
What does business logic mean?
What do you know about the garbage collector in java?
Explain the use of sublass in a java program?
Can you call a method on a null object?
Is zero a positive integer?
What is the purpose of the system class in java?
Can we split string with in java?
How do you write a scanner class in java?
What do you understand by a Static Variable?