What is sub classing in c++?
Answer / ashok kumar
which class inherited from base class is called sub class
| Is This Answer Correct ? | 3 Yes | 0 No |
What is nutshell in programming language?
1 Answers Satyam, Tech Mahindra,
2. Give the different notations for the class.\
What is the main difference between C++ and Java
what is the advantage in software? what is the difference between the software developer and Engineer
what are the uses of C++
what is a binary overloading
What is object in oop?
Why u change company?
can we make game by using c
wht is major diff b/w c and c++?
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
Why do we use polymorphism in oops?