Answer Posted / jothi basu.m
sir... my answer is objects contains some number of function
and constructors but functions does not contain objects
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is and I oop mean?
What is destructor in oop?
What is the types of inheritance?
What is difference between multiple inheritance and multilevel inheritance?
How to hide the base class functionality in Inheritance?
What is polymorphism and why is it important?
What are oops functions?
What is object in oop?
What does no cap mean?
What is constructor overloading in oop?
How do you define a class in oop?
What is data binding in oops?
What is the difference between a mixin and inheritance?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).