Which operator simply negates the data member of the class?
Operator– ()
Operator+ ()
Operator * ()
Operator =()
Which function has the ability to process the message or data in more than one form?
Function overloading
Constructor overloading
Operator overloading
Data overloading
What is meant by the word polymorphism?
Types
Forms
Functions
Process
Which of the following statement is correct?
Two functions having same number of argument, order and type of argument can be overloaded if both functions do not have any default argument.
Overloaded function must have default arguments.
Overloaded function must have default arguments starting from the left of argument list.
A function can be overloaded more than once.
What are overloaded functions?
Very long functions that can hardly run
One function containing another one or more functions inside it.
Two or more functions with the same name but different number of parameters or type.
Function with more than one form
What does the overload function in C++ means?
A group of function with the same name
All have the same number and type of argument
Functions with same name and same number and same type of argument
All of the above
Which of the following concept of OOPS refers to the term operator overloading?
Inheritance
Message passing
Encapsulation
Polymorphism
Which of the following operator cannot be overloaded?
Scope resolution operator
Arrow operator
Assignment operator
Equality operator
Which term refers to giving additional functionality to the normal C++ operator?
Destructor overloading
What does the term overloading means?
A name having one distinct meaning
A name having two distinct meanings
A name having 2 or more distinct meanings
A name having no distinct meanings