Answer Posted / maheswaran
object oriented programming system
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
#include
What is oops and its features?
What is destructor in oop?
What are benefits of oop?
How is class defined?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
write string class as your own class in java without using any built-in function
What is coupling in oops?
What is the difference between inheritance and polymorphism?
Why do we need oop?
What is a class oop?
What is the difference between a constructor and a destructor?
What is basic concept of oop?
Why is abstraction used?
What is inheritance write a program to show use of inheritance?