Answer Posted / kishor khatri
A Namespace is a container for a set of identifiers (names),
and allows the disambiguation of homonym identifiers
residing in different namespaces or we can say it simply
provides a named group of classes, structures, enumerations,
delegates, interfaces and other namespaces and Within the
namespace, all declared items must be uniquely named...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
class type to basic type conversion
Why is encapsulation used?
What are objects in oop?
What is object in oops?
program for insertion ,deletion,sorting in double link list
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What are the benefits of interface?
Write a c++ program to display pass and fail for three student using static member function
What is class encapsulation?
What is super in oop?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is abstract class in oop?
What is overloading in oops?