Resource Type | Posted On |
Which of the following programming approach used functions as a key concept to p... | Jul 28 |
The term operator overloading in C++ refers to | May 09 |
Which of the following operators cannot be overloaded? | Feb 11 |
Operator Overloading is also known by the term | Jan 07 |
Operator overloading is necessary because - select option | May 22 |
Which overloads a unary minus operator and returns no values - Select option | Mar 21 |
Which code segments will convert a class object namely sample to type double? | Sep 06 |
Which is not associated with Object-oriented programming? | Feb 25 |
Object-based programming languages do not support | Nov 12 |
Which of the following features that distinguish object oriented programming fro... | Jun 09 |
If a class contains the objects of another class as its members, then it is know... | Dec 19 |
What are operations performed on data in 8085 | Oct 10 |
Which of the following operators cannot use friend functions for overloading? | Nov 17 |
Which is not true about operator overloading? - select option | Oct 13 |
Which is required to overload an operator in C++? | Sep 26 |
The insertion operator is another name for which operator | Sep 16 |
Which of the following statement defines more than one generic data type in a cl... | Apr 08 |
Which of the following is an Object-oriented programming language? | Nov 29 |
which class members does the derived class inherit from base class? select... | Sep 27 |
Consider the following code segment and select one of the option | Oct 27 |
Give an example of one address microprocessor? | Nov 26 |
Write expression using operator keywords for (a!=b) > (~(a & b)&=(a^b)) | Dec 15 |
Which operator does represent concatenation assignment? | Feb 24 |
What are the various programmed data transfer methods? | Jan 05 |
What is Program counter? | Nov 12 |
|
Identify the drawback of using procedure-oriented programming, if any: | Nov 02 |
A C++ program structure is based on the concept of | Mar 25 |
Can I write IL programs directly? | Sep 20 |
Can I use COM components from .NET programs? | Sep 21 |
Can I use .NET components from COM programs? | Dec 15 |
Write an algorithm for converting a general tree to a binary tree in dfs (data f... | Apr 29 |
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 |
Which of the following can be used to identify the objects in object oriented... | Dec 15 |
EXAMINING OBJECTS CREATED BY A USER | Dec 17 |
In which object does Delphi place its SQL? | Dec 21 |
What are some database objects? | Dec 21 |
Which object-oriented relationship can provide this information? | Dec 15 |
Which is NOT true about function objects? | Mar 09 |
Which class does define the member function put()? | Oct 13 |
The declaration of a class includes which option | Mar 14 |
By default, the members of a class are | Jun 01 |
Identify all the members of the following class xyz: | Jun 16 |
The default constructor for class A is - select option | Sep 30 |
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 |
What is the difference between == and object.Equals? | Oct 05 |
What is BFS (Breadth First Search) in dfs (data file structure)? | Oct 12 |