Write a program to show polymorphism in C++?
No Answer is Posted For this Question
Be the First to Post Answer
Can you declare an array without a size in c++?
Explain the volatile and mutable keywords.
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.
What is the object serialization?
Is there anything you can do in C++ that you cannot do in C?
Is c++ vector a linked list?
Explain how an exception handler is defined and invoked in a Program.
Differentiate between the message and method?
What is cin clear () in c++?
Is c++ double?
In a function declaration, what does extern mean?
What are put and get pointers?