WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD
PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)
Answer / balu
the programming language which supports
inheritence,polymorpism,encapsulation is called o-o language.
the pgogrmming language which does not support inheritence
is called object based language.
| Is This Answer Correct ? | 27 Yes | 10 No |
What is use of overloading?
what is the difference between class and object?
Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.
Who invented oop?
What is the default size allocated for array in the statement if size not specified " int a[] "
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
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 purpose of inheritance?
what are the ways in which a constructors can be called?
What is overloading and its types?