What is stream in oop?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between oop and pop?
What is constructor overloading in oop?
What is command routing in MFC
how many types of notations are in java
1 Answers National University of Modern Languages (NUML),
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
what is runtime polymorphism? For the 5 marks.
When not to use object oriented programming?
what is difference between String s=new String("vali"); String s="vali"
Which type does string inherit from?
What is a friend function & its advantage?
What do we mean by a hidden argument in C++?
Is oop better than procedural?