What is and I oop mean?
No Answer is Posted For this Question
Be the First to Post Answer
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!!!)
Precompilation ?
//what is wrong with the programme?? #include<iostream.h> template <class first> class dd { first i; public: void set(); void print(); }; void dd< first>:: set() { cin>>i; } void dd< first>::print() { cout<<"\n"<<i; } void main() { dd <char>g; g.set(); g.print(); }
What is an orthogonal base class?
What is a superclass in oop?
What is purpose of inheritance?
What is virtual function?where and when is it used?
what is inline function?
how do u initialize the constant variables
What do we mean by a hidden argument in a function?
What is object and class in oops?
What is encapsulation example?