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 |
Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345
What are benefits of oop?
Where is pseudocode used?
What is destructor in oop?
What is encapsulation in oops?
what is namespace? what are the uses of namespace?
WHAT IS THE DIFFERENCE BETWEEN ABSTRUCTION AND ENCAPSULATION? PLEASE EXPLAIN IT.
What are the 5 oop principles?
Differences between inline functions and non-inline functions?
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
Can we have a private virtual method ?
How do you achieve runtime polymorphism?