Answer Posted / sarmistha
RUN TIME TYPE INFORMATION. Afacility that allows an object
to b queried at runtime to determine its type.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Why is c++ awesome?
Explain the difference between class and struct in c++?
What is set in c++?
Which one is better- macro or function?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
Why is c++ is better than c?
What is one dimensional array in c++?
Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300â€Â,â€ÂBullCart : 10â€Â) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side
What are the advantages of using const reference arguments in a function?
What is the function of I/O library in C++ ?
List different attributes in C++?
Can java be faster than c++?
Explain selection sorting. Also write an example.
Do you know about latest advancements in C++ ?
What is the rule of three?