adspace
Is overriding possible in c++?
Answer Posted / Sachin Dev
Yes, C++ supports method overriding. A derived class can override a function from the base class with the same signature.
Post New Answer View All Answers
What character terminates all character array strings a) b) . c) END
1403
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
1173
Can union be self referenced?
1281
daily Routine of father
1492
What is the latest version on c++?
1217