what's the difference between abstract class and concreate
class? what's the meaning of standard template library(STL)?
Answer Posted / siva rama krishna
the abstract method we can't create object,only create from
derived classes only that means which sub class have no
abstract method.then by using that object only call the
methods.
Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What is stl stack?
How is stl different from c++ standard library?
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
What is a standard template library (stl)? What are the various types of stl containers?
Who wrote stl?
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
What are the different types of stl containers?
Can we use stl in coding interviews?
What is a standard template library (stl)?
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
In what scenario does the Logical file and Physical file being used?
What is stl in oop?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
write a program to convert a decimal number in to its equivalent binary number?
what is template and type convertion