Waht is inheritance

Answer Posted / neema

inheritance is way to access the properties of super class

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any error below, its a code to delete all entires from a map #include #include iostream.h int main() { int i =0; map TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }

2002


Who created stl?

744


How connect plc and pc through software

2037


What is a standard template library (stl)?

732


What is stl stand for?

815






write a program that will accept a number and print.its equivalent in words the maximum input number is 9999

2599


How do I convert a stl file?

646


how can u do connectivity in c++ language? plz send me connectivity code in c++ ?

1997


How stl is different from the c++ standard library?

729


Is stl part of c++ standard?

726


How does an stl file work?

748


Can we use stl in coding interviews?

1391


how to making game in c++ ?

2290


Is string part of stl?

783


What is stl stack?

748