Whatis the difference between oop and object based language
Answers were Sorted based on User's Feedback
Answer / ankita
OOP= object based language + inheritance + dynamic binding
That means object based language doesnt support inheritance
and dynamic binding, where as OOP supports.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / poorna chandar rao
there is no difference btewen the Object oriented
programming language and object based programming language
both are fallows object oriented programming but small
differnce is object based language not supported the
multiple inhiritence ex java script
| Is This Answer Correct ? | 0 Yes | 3 No |
What is command routing in MFC
What are virtual classes?
What does and I oop mean?
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Conversion from a basic type to a class type may be achieved using______________
What is Method overloading?
write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation
1 Answers College School Exams Tests, HCL, IBM, TCS,
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output
You have one base class virtual function how will call that function from derived class?
What is oops concept with example?
What is function overloading and operator overloading?
what is the function of 'this' operator ?