What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / thananjayan
c++ is the most powerful language, Because all the recent
languages are only depend upon the object concept, also it
is more secure the data, Even java also based for C++, then
also MFC(MICROSOFT FOUNDATION CLASS) is only written by the
C++...,
So in my point of view C++ is better
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Do class declarations end with a semicolon?
What are stacks?
How do you establish an is-a relationship?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What are register variables?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What are the defining traits of an object-oriented language?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
what are Access specifiers in C++ class? What are the types?
What is the output of the following program? Why?
What is the arrow operator in c++?
What is a constructor and how is it called?
What does floor mean in c++?
How to defines the function in c++?
Is C++ case sensitive a) False b) Depends on implementation c) True