Help please they are all true or false 1) In ctt it is mandatory and must to ini
ID: 3730694 • Letter: H
Question
Help please they are all true or false 1) In ctt it is mandatory and must to initialize const variables 2) Function overloading can also be achieved if two or more functions differ only in their return types 3) If a class contains static variable, then every object of the class has its copy of static variable 4) Catch handler can have multiple parameters 5) You should never us the equality operator to compare two floating-point numbers 6) When generating pseudo-random numbers, a seed is an unsigned interger that represents the starting point for the random number generator. 7) Unless you specify otherwise, variables in C++ are automatically passed by value 8) In C++, a function can be defined inside another functiorn 9) The Ct+ statement: ++ is more efficient than:i+ 10) C++ support multiple inheritance 11) In C++, destructor can be overloaded 12) "this" pointer can be used to access the static class member 13) Its is legal to assign the reference of a base class object to a derived class pointer 14) The objects are destroyed in the reverse order of their creation 15) C++ constructor can be virtual 16) Destructor can be virtual 17) Std:cin is and object of istream class 18) C++ operator sizeof can be used to determine the size of a data type/class or variable/object 19) “this", is the pointer variable of the compilers which always holds the current active objects 20) delete' operator is used to release the dynamic memory which was created using 'new'Explanation / Answer
1) true
2) false
3) false
4) true
5) true
6) true
7) true
8) false
9) true
10) true
11) false
12) false
13) false
14) true
15) false
16) true
17) true
18) true
19) false
20) true
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.