Resource Type | Posted On |
Which of the following will assign the value to the class member variable num? v... | Jul 15 |
How will you assign value ‘5’ to the variable ‘x’ inside a member function using... | Aug 11 |
Identify all the members of the following class xyz: | Jun 16 |
Define a namespace called ‘samplespace’, which includes a member variable,namely... | Dec 15 |
Which class does define the member function put()? | Oct 13 |
By default, the members of a class are | Jun 01 |
Which of the following is not true about static member variable? | Jul 25 |
which class members does the derived class inherit from base class? select... | Sep 27 |
Identify the variables, which are local to the following function | Nov 08 |
If a class contains the objects of another class as its members, then it is know... | Dec 19 |
Which of the following would assigns the string “welcome” to the second construc... | Nov 20 |
Which of the following does a derived class inherit from a base class? | Sep 18 |
What is the general format of calling a static member function using a class... | Nov 02 |
Which OOP feature can be enabled by using private declaration for the class... | Feb 20 |
Which functions can have access to the private and protected members of a class? | Dec 02 |
Which of the following will be used to access the two entries, namely key and va... | Apr 21 |
Which overloads a unary minus operator and returns no values - Select option | Mar 21 |
The declaration of global variables must be made in which option | Aug 29 |
Identify the valid variable name from which options | Aug 16 |
Does C# support a variable number of arguments? | Sep 02 |
Which of the following code would read a line of text from char type variable,... | Jan 05 |
Which of the following is not a member-dereferencing operator? | Nov 15 |
Which of the following is not true about member functions? | Jul 28 |
Which of the following is called an implicit constructor for the class xyz? | Sep 26 |
Which of the following are not the advantages of class templates in C++? | Apr 24 |
|
Which of the following statement defines more than one generic data type in a cl... | Apr 08 |
Which of the following is associated with the process of a class organization? | Dec 15 |
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 |
The declaration of a class includes which option | Mar 14 |
What's new in the .NET 2.0 class library? | Oct 25 |
Does C# have its own class library? | Feb 09 |
So I can pass an instance of a value type to a method that takes an object as a... | Oct 16 |
What are the fundamental differences between value types and reference types? | Mar 12 |
When you call a function by passing the address of a data variable, it is know a... | Sep 16 |
Which statement(s) is true about the visibility of inherited members? Select... | Oct 13 |
Which of the following statement(s) is true according to the following statement... | Jan 13 |
Which of the following is true about pointers? | Jul 03 |
Which of the following operators cannot be overloaded? | Feb 11 |
Identify if any error in the following code segment | Jan 04 |
Which of the following statements is true about the function that contains the c... | Jan 15 |
Find if the following function prototype contains any error: double area(int ) | Dec 02 |
Identify which function prototype exhibits the following: Name of the function i... | Feb 25 |
Which of the following is not a keyword? | Aug 27 |
Write the equivalent C++ statement for the following expression | Dec 01 |
Which of the following accurately sums up the Requirements Development PA | Aug 11 |
Which of the following features that distinguish object oriented programming fro... | Jun 09 |
What is the output of the following code? | Feb 24 |
Which of the following programming approach used functions as a key concept to p... | Jul 28 |
Which of the following SQL statements will work? | Dec 21 |