What is Object and Class? What are the differences between
them?
Answer Posted / kalaivani
object-run time entity
class- bind of function & data
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why multiple inheritance is not possible?
What are oops functions?
why reinterpret cast is considered dangerous?
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?
What are properties in oop?
What is and I oop mean?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Why is static class not inherited?
What are the two different types of polymorphism?
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.
What is byval and byref? What are differences between them?
what are the different types of qualifier in java?
program for insertion ,deletion,sorting in double link list
What is polymorphism and example?
What is object in oop with example?