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 |
in the following, A D B G E C F Each of the seven digits from 0,1,2,3,4,5,6,7,8,9 is: a)Represented by a different letter in abov fig: b)Positioned in the fig abov so tht A*B*C,B*G*E,D*E*F are equal. wch does g represents? C
What is the real time example of inheritance?
Finding of the 4 larger (bigger) numbers from the list like{1245,4587,2145,1163,29987,65783.....}
What are the 4 pillars of oop?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is a mixin class?
all about pointers
Explain polymorphism? What r the types of polymorphism? pls give examples?
what is opps?why it is use in programming language?
What is polymorphism and why is it important?
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile
Iam doing my project on instant messaging , if you any new ideas regarding this project ,please suggest it?