programming languages Online Quiz - 271
Description: programming languages Online Quiz - 271 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Read-only Properties will be having only a set accessor in the property implementation?
We can only assign values for read only properties from the constructor?
We can declare a field and a property with the same name as they both get stored in differnt places memory?
Static properties can access any members of the class?
A base calss property can be polymarphically overriden in derived class, but modifiers like virtual, override are used at property level not accessor level.
An abstract property in a class carries no code. The derived class will implement it?
In c-sharp we create indexers in place of parameterized property?
Property works on compile and runtime?
If no accessibility level is specified for property, a default level Public is used?
Property return type can not be void?
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() ?
Which is not a basic data type of C++ ?
Which is the most widely used and non-used storage class specifier ?
When a function is declared __________________, the function is expanded at the calling block.
which of the following is not true for static member function ?
Java programming language was invented by
The icon for java
The small group of Sun engineers called ______ were the originators of Java.