Difference between Overloading and Overriding?
Answer Posted / abc
overload is workload
but override is not workload......
isn't it ??????
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is #include cstdlib in c++?
Explain the concept of friend function in c++?
What is #include iostream?
How would perform Pattern Matching in C++?
There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.
Can we define function inside main in c++?
Explain stack & heap objects?
Does c++ have arraylist?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
Is map ordered c++?
What is the difference between a pointer and a link in c ++?
What is type of 'this' pointer? Explain when it is get created?
Are strings mutable in c++?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What is the maximum combined length of command line arguments including the space between adjacent arguments?