Answer Posted / cathie
mechanism through which a function behaves in many forms in
different invocations
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the iterator and generic algorithms.
How much do c++ programmers make?
What is the full form of ios?
What are pointer-to-members? Explain.
Is c++ a float?
What is an accessor in c++?
Is map ordered c++?
How can I disable the "echo" feature?
What is the full form of india?
How can virtual functions in c++ be implemented?
What is a float in c++?
How to declare a function pointer?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.