What are main features of oop?
No Answer is Posted For this Question
Be the First to Post Answer
create a c++ program that will ask 10 numbers and display their sum using array.
WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT.
What is Object and Class? What are the differences between them?
What are the benefits of interface?
What is the outcome of the line of code "cout<<abs(- 16.5);"? 1) 16 2) 17 3) 16.5
what is the sylabus for priliminaries?
Program to read a comment string
What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.
What is polymorphism used for?
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
WRITE A SIMPLE C++ PROGRAM TO SWAP TWO NOS WITHOUT USING TEMP
What is abstract class in oops?