what is main difference between object oriented object base
Answers were Sorted based on User's Feedback
Answer / kasturi
in object oriented programing there will be presence of inheritance where as inheritance is absence in object base programming
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / aok pandey
object oriented programming language = object based
programming language + inhritance + Dynamic binding
| Is This Answer Correct ? | 2 Yes | 1 No |
What is the difference between class and structure?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
write a program in c++ to overload the function add (s1,s2) where s1 and s2 are integers and floating point values.
When is a memory allocated to a class?
What is debug class?what is trace class? What differences are between them? With examples.
Difference between vector and array
What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.
What is polymorphism and why is it important?
what is new modifier in C#
what are the ways in which a constructors can be called?
Name an advantage of linked list over array?
tel me oops defination in single line