Overall Stats
Attempted
67
Correct
5
Incorrect
21
Viewed
41
Answers
Vithya Shree -
1 year ago
Both b and c
-
Log in to add a comment
Blank OP -
4 years ago
Blank OP from Bacolod City, Philippines is saying is the key to object oriented programming is correct answer
swathi -
4 years ago
swathi from Chennai, India is saying makes the program easier to conceptualize is correct answer
Rohan Bhosale -
4 years ago
Rohan Bhosale from Pune, India is saying is the key to object oriented programming is correct answer
Neyah Deshmukh -
4 years ago
Neyah Deshmukh from India is saying both (B) and (C) is correct answer
Related Questions
A static function
- [A] should be called when an object is destroyed
- [B] is closely connected with an individual object of a class
- [C] can be called using the class name and function
- [D] is used when a dummy object must be created
The signature of a function is its ..... ?
- [A] Function code
- [B] Prototype
- [C] Call
- [D] Parameter list
What is true about inline functions ?
- [A] It's a compulsion on the compiler to make function inline
- [B] It's a request to the compiler to make te function inline
- [C] It's the indication to the compiler that the function is recursive
- [D] It's the indication to the compiler that the function is member function
A friend function can be used to ?
- [A] avoid arguments between classes
- [B] allow access to classes whose source code is unavailable
- [C] allow one class to access an unrelated class
- [D] increase the versatility of an overloaded operator
Which of the following statement is correct?
- [A] C++ enables to define functions that take constants as an argument.
- [B] We cannot change the argument of the function that that are declared as constant.
- [C] Both A and B.
- [D] We cannot use the constant while defining the function.