Resource Type | Posted On |
Which code segments will convert a class object namely sample to type double? | Sep 06 |
Identify if any error in the following code segment | Jan 04 |
Consider the following code segment and select one of the option | Oct 27 |
If a class contains the objects of another class as its members, then it is know... | Dec 19 |
Which of the following is not true about the code segment given below? | Jan 14 |
What will be the output of the following code segment? - Select option | Oct 15 |
Define a namespace called ‘samplespace’, which includes a member variable,namely... | Dec 15 |
Find if the following function prototype contains any error: double area(int ) | Dec 02 |
How can I check the type of an object at runtime? | Feb 06 |
Is it true that all C# types derive from a common base class? | Nov 04 |
So I can pass an instance of a value type to a method that takes an object as a... | Oct 16 |
What types of object can I throw as exceptions? | Dec 14 |
Which of the following code would read a line of text from char type variable,... | Jan 05 |
Which of the following statement defines more than one generic data type in a cl... | Apr 08 |
which class members does the derived class inherit from base class? select... | Sep 27 |
Which is a correct description of the destructor ‘sample’ and includes output... | Sep 01 |
What are the fundamental differences between value types and reference types? | Mar 12 |
Write an algorithm for converting a general tree to a binary tree in dfs (data f... | Apr 29 |
Identify the error, if any: double avg=tot/n; in this statement | Feb 15 |
Which of the following will be used to access the two entries, namely key and va... | Apr 21 |
Which of the following can be used to identify the objects in object oriented... | Dec 15 |
What is the use of addressing modes, mention the different types | Feb 20 |
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 |
What standard types does C# use? | Oct 21 |
|
Which class does define the member function put()? | Oct 13 |
The default constructor for class A is - select option | Sep 30 |
Identify all the members of the following class xyz: | Jun 16 |
The declaration of a class includes which option | Mar 14 |
By default, the members of a class are | Jun 01 |
Which is not associated with Object-oriented programming? | Feb 25 |
Object-based programming languages do not support | Nov 12 |
What is the difference between == and object.Equals? | Oct 05 |
Which of the following features that distinguish object oriented programming fro... | Jun 09 |
What size is a .NET object? | Jan 14 |
What's new in the .NET 2.0 class library? | Oct 25 |
Does C# have its own class library? | Feb 09 |
Is it true that objects don't always get destroyed immediately when the last ref... | Sep 25 |
Which is NOT true about function objects? | Mar 09 |
EXAMINING OBJECTS CREATED BY A USER | Dec 17 |
In which object does Delphi place its SQL? | Dec 21 |
Which object-oriented relationship can provide this information? | Dec 15 |
What are some database objects? | Dec 21 |
Can source code be reverse-engineered from IL? | Jan 28 |
What is Code Access Security (CAS)? | Nov 04 |
Who defines the CAS code groups? | Mar 02 |
How do I define my own code group? | Mar 23 |
What is the output of the following code? | Feb 24 |
What is the output of the below code? | Dec 06 |
so an int is a value type, and a class is a reference type. How can int be deriv... | Dec 10 |