what's the difference between abstract class and concreate
class? what's the meaning of standard template library(STL)?
Answer Posted / jijo o r
An Abstract class is cannot be instantiated.means cannot
make object of this class.It has contains one or more
methods ..but it no implement..
interfaces are same as abstract classes only difference is we
an only define method definition and no implementation.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Name the different types of stl containers.
What is the stl, standard template library?
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
What does stl mean in slang?
How is stl different from c++ standard library?
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html
Why should a c++ programmer be interested in stl?
What are the different types of stl containers?
totoo po ba ang manga aliens!
What is the use of stl?
Who created stl?
What does stl stand for in basketball?
What is a standard template library (stl)? What are the various types of stl containers?
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.