what is difference b/w object based and object oriented
programming language?
Answer Posted / g hari
object based programming usually refers to object without
inheritence and without polymorphism.object oriented have
an associated type.types may have inherit attributes from
super types.i support inheritence & polymorphism.
object oriented=class and object+inheritence+communication
message.
any wrong in this answer let me know.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is methods in oop?
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.
How can you overcome the diamond problem in inheritance?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is object in oop with example?
What does sksksk mean in text slang?
Is this job good for future? can do this job post grduate student?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is the difference between inheritance and polymorphism?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is polymorphism and its types?
Is enum a class?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Can we have inheritance without polymorphism?
c++ program to swap the objects of two different classes