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 encapsulation with real life example?
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?
What is a superclass in oop?
What do you mean by Encapsulation?
What is the renewal class?
program for insertion ,deletion,sorting in double link list
which feature are not hold visual basic of oop?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
can we make game by using c
What is encapsulation in ict?
What is difference between data abstraction and encapsulation?
What polymorphism means?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
class type to basic type conversion