define oops with class and object
Answer Posted / guest
object is the things with their own properties.agroup of
objects are called class
object oriented programming
| Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What does I oop mean?
What is the benefit of oop?
Can we create object of abstract class?
Write a program to sort the number with different sorts in one program ??
How do you use inheritance in unity?
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 a programe to calculate the simple intrest and compund intrest using by function overlading
What is overloading in oops?
What are main features of oop?
what type of question are asked in thoughtworks pair programming round ?
What is the point of polymorphism?
Why interface is used?
c++ program to swap the objects of two different classes