Home
Verify
About Us
Contact Us
Courses
_Introduction to Cybersecurity
_What is GitHub?
_The Coder's Promise
_Learn JavaScript Basics in 45 min
Home
C++ MQCs with Explanation (CHAPTER 6: CONSTRUCTORS AND DESTRUCTORS)
C++ MQCs with Explanation (CHAPTER 6: CONSTRUCTORS AND DESTRUCTORS)
CNR
July 19, 2023
Which one of the following is an implicit constructor for the class ROOM having a data member area?
Room ( ) { }
Room (int a) {area = a}
Room (Room & a) {area = a.area}
None of the above
Answer
:
Option a: Room ( ) { }
Explanation Here
Post a Comment
0 Comments
Table of Contents
Most Popular
Community Service Project Record Book - APSCHE
June 12, 2023
RFID Introduction | Working principle of RFID
June 11, 2023
Principles of Management | Henry Fayol's 14 Principles of Management
June 20, 2023
Contact form
0 Comments