Resource Type | Posted On |
Consider a class X, which includes a virtual function called X_output. | Feb 16 |
What is the general format of calling a static member function using a class... | Nov 02 |
Which of the following is called an implicit constructor for the class xyz? | Sep 26 |
which class members does the derived class inherit from base class? select... | Sep 27 |
Why did they call it .NET? | Nov 19 |
Explain the difference between a JMP instruction and CALL instruction | Oct 26 |
Compare CALL and PUSH instructions | Jul 03 |
Define a namespace called ‘samplespace’, which includes a member variable,namely... | Dec 15 |
If a class contains the objects of another class as its members, then it is know... | Dec 19 |
Which of the following does a derived class inherit from a base class? | Sep 18 |
Which is true, if a derived class is publicly inherited from base class? | Sep 19 |
The default constructor for class A is - select option | Sep 30 |
Identify all the members of the following class xyz: | Jun 16 |
Which class does define the member function put()? | Oct 13 |
What's new in the .NET 2.0 class library? | Oct 25 |
Does C# have its own class library? | Feb 09 |
The declaration of a class includes which option | Mar 14 |
By default, the members of a class are | Jun 01 |
Which of the following is true about a function call in a C++ program? | Oct 03 |
When you call a function by passing the address of a data variable, it is know a... | Sep 16 |
|
Which of the following function calls is correct while providing default... | Feb 25 |
Which function call does invoke the following function prototype? float sub1(int... | Feb 13 |
Can I call a virtual method from a constructor/destructor? | Sep 08 |
Pick out the correct usage of the list function called, splice(). | Jun 03 |
In 8085 which is called as High order / Low order Register? | Feb 12 |
Which of the following is associated with the process of a class organization? | Dec 15 |
Which is not supported by the string class? - Select option | Oct 10 |
Which of the following statement defines more than one generic data type in a cl... | Apr 08 |
Which of the following are not the advantages of class templates in C++? | Apr 24 |
Which is not an input/output stream class? - Select option | Aug 16 |
Which functions can have access to the private and protected members of a class? | Dec 02 |
Is a C# interface the same as a C++ abstract class? | Jan 06 |
Which code segments will convert a class object namely sample to type double? | Sep 06 |
Does the System.Exception class have any cool features? | Nov 25 |
How can I make sure my C# classes will interoperate with other .NET languages? | Sep 28 |
Should I implement Finalize on my class? Should I implement IDisposable? | Nov 30 |
I want to serialize instances of my class. Should I use XmlSerializer, SoapForma... | Mar 20 |
Is it true that all C# types derive from a common base class? | Nov 04 |
Which OOP feature can be enabled by using private declaration for the class... | Feb 20 |
Which of the following will assign the value to the class member variable num? v... | Jul 15 |
so an int is a value type, and a class is a reference type. How can int be deriv... | Dec 10 |