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
Where is the singleton class used?
What is the symbol for line break?
What is OOP's Terms with explanation?
what is server side caching?
Why java is considered dynamic?
what do you understand by the term string with respect to java?
Write a program in java to create a doubly linked list containing n nodes.
What does singleton class mean?
How do you create a bulleted list?
What is the difference between assignment and initialization?
How do you compare two strings lexicographically?
What is a local, member and a class variable?
When should a function throw an exception?
What happens if an exception is not handled in a program?
What is map and hashmap in java?