What is namespace?

Answer Posted / biraja

Namespace is the collections of class.

Is This Answer Correct ?    8 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why interface is used?

559


What are two types of polymorphism?

622


if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?

2767


Can we have inheritance without polymorphism?

624


What is a null tree?

638






What is the use of oops?

628


What is encapsulation with example?

589


write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory

2774


What is ambiguity in inheritance?

630


What is the types of inheritance?

606


What is difference between data abstraction and encapsulation?

628


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

1847


Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.

709


What is encapsulation with real life example?

581


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

948