Answer Posted / kumarasamy
namespace is a one of the problems solved by namespaces,
that of conflicting class names
| Is This Answer Correct ? | 7 Yes | 32 No |
Post New Answer View All Answers
What is class encapsulation?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
what are the realtime excercises in C++?
Why do pointers exist?
What are oops methods?
What is the important feature of inheritance?
what's the basic's in dot net
Can you inherit a private class?
Is enum a class?
Explain virtual inheritance?
what are the ways in which a constructors can be called?
What is a function in oop?
What is encapsulation in oops?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What are the types of abstraction?