What is the difference between an object and a class?
Answer Posted / ven
An Object is an instance of the class
Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Why do while loop is used?
What is polymorphism programming?
What is an advantage of polymorphism?
What is encapsulation selenium?
What is oops?what is its use in software engineering?
What are main features of oop?
Can a varargs method be overloaded?
Why is static class not inherited?
What are the important components of cohesion?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
write string class as your own class in java without using any built-in function
what is graphics
Where You Can Use Interface in your Project
Can main method override?