An abstract class can have an object defined.
True
False
virtual function defined in the parent class should be redefined in all of its inheriting child classes
string s="tcs". This is a valid c++ syntax.
Static global variable in one c++ file can be used in another c++ file with the help of extern keyword.
“abc” is a primitive value
A class is a subclass of itself.
Exceptions can be rethrown.
void is the return type of a program’s main() method
non-Unicode letter characters $ and _ cannot be used as the first character of an identifier
this() is used to invoke a constructor of the same class