What do you mean by inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between procedural programming and oops?
i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output
write a c++ code of diagonal matrix.
Have you ever used threads?
tell about copy constructor
why reinterpret cast is considered dangerous?
Why a "operator=(...)" when there is a copy ctor?
which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean
What is oops with example?
what are the uses of C++
Difference ways of Polymorphism?
What is the differances between a abstract calss and interface