What is namespace?

Answer Posted / ruchi jaiswal

Namespace is a collection of classes and interface..

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by abstraction?

605


What is multilevel inheritance in oop?

547


What is for loop and its syntax?

592


What are the 5 oop principles?

594


Can a destructor be called directly?

594






What does I oop mean?

609


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

1687


which feature are not hold visual basic of oop?

1717


What are the two different types of polymorphism?

666


Templates mean

1585


What are different oops concepts?

568


write a programe to calculate the simple intrest and compund intrest using by function overlading

1659


What is the difference between encapsulation and polymorphism?

582


Write a program to sort the number with different sorts in one program ??

1910


What does and I oop mean?

610