What is namespace?
Answers were Sorted based on User's Feedback
Answer / kumarvikash1985
namespace is a collectoin of classes ...and without
declaring the namespace we can't use the fionctionality of
programming language.
| Is This Answer Correct ? | 8 Yes | 13 No |
Answer / nagalakshmi
namespace s used stored the variables like that.
| Is This Answer Correct ? | 0 Yes | 5 No |
Answer / naveen kumar
it is used to solve the problem when there is conflict
between class names
| Is This Answer Correct ? | 12 Yes | 20 No |
Answer / ritesh kumar rawat
Namespace is logical group of classes.It can span multiple
assembly.
| Is This Answer Correct ? | 7 Yes | 17 No |
Answer / kumarasamy
namespace is a one of the problems solved by namespaces,
that of conflicting class names
| Is This Answer Correct ? | 7 Yes | 32 No |
Can we have a private virtual method ?
What is abstraction encapsulation?
What is the Advantage of Interface over the Inheritance in OOPS?
what is the drawback of classical methods in oops?
Program to check whether a word starts with a capital letter or not.
What is nutshell in programming language?
1 Answers Satyam, Tech Mahindra,
what is object oriented programming and procedure oriented programming?
What is object and class in oops?
What do you mean by stack program? Get me an example stack program?
what is an instance of a class
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
Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?