What does and I oop mean in text?
No Answer is Posted For this Question
Be the First to Post Answer
program for insertion ,deletion,sorting in double link list
what is single inheritance?
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile
Can a destructor be called directly?
How would you stop a class from class from being derived or inherited.
Why do we use polymorphism?
What is abstraction oop?
What are the features of oop?
c++ is a purely oop concept?
what are the realtime excercises in C++?
What is a macro? And how is a macro same as a template?
Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)