Property return type can not be void?
True
False
You can give a property an accessibility higher than the declaring class?
Properties that besides retrieving and writing the value of the field, also it can trigger an event related to the field?
What is the return type of main() ?
void
int
char
long
Which is not a basic data type of C++ ?
string
float
Which is the most widely used and non-used storage class specifier ?
static
auto
mutable
register
When a function is declared __________________, the function is expanded at the calling block.
friend
virtual
inline
which of the following is not true for static member function ?
A static member function can access only static member data, static member functions and data and functions outside the class.
A static member function can be called, even when a class is not instantiated
A static member function cannot be declared virtual
A static member function can have access to the 'this' pointer of the class
Java programming language was invented by
Mary Bellis
Willam brothers
James Gosling and others
Patrick Gill and others
The icon for java
Oak tree
Duke
Water falls
Teacup