What is the concept of object oriented program?
Answers were Sorted based on User's Feedback
Answer / nijasec
It giving importance to object or it consists of objects of
classes
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / kalyan
it is a concept which uses a method of using objects
| Is This Answer Correct ? | 4 Yes | 1 No |
It giving importance to object or it consists of objects of
classes
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / jangam
the object oriented is the write the oops concept and write
the classes
| Is This Answer Correct ? | 3 Yes | 3 No |
which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.
What do you mean by variable?
What is destructor give example?
inheritence with example
What is difference between data abstraction and encapsulation?
Please send ford technologies placement paper 2 my mail id
What is the difference between pass by value,pass by pointer,pass by reference in the catch block in the exception handling in c++
What is a mixin class?
what is the new version of c++
1 Answers Ignou, Pramata, Satyam,
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
How to overload postfix operator in c++
what is difference between objects and function