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 coupling in oops?
how to find the largest of given numbers in an array
to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123
What is persistence in oop?
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,
What is inheritance write a program to show use of inheritance?
what are the uses of C++
why freind function takes more parameter than normal member function in c++?
What is byval and byref? What are differences between them?
which feature are not hold visual basic of oop?
what is a class
What is the difference between abstraction and polymorphism?