Why do we use oops?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use class in oops?
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!!!)
monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?
OOP'S advantages of inheritance include:
What is difference between data abstraction and encapsulation?
Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)
what is ns string? what is ns array?
what is the difference between virtual function and destoctor?
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
What do you mean by public, private, protected and friendly?
What does no cap mean?
What does <> mean pseudocode?