Tag: programming languages
Questions Related to programming languages
-
cannot be instantiated
-
can be called from non static
-
can be instantiated
-
1 & 2
-
2 & 3
-
Conventional Language Runtime
-
Clarified Language Runtime
-
Common Language Runtime
-
Clear Language Runtime
-
Any changes made to the parameter will be reflected in the variable.
-
The out parameters is used to return values in the same variables, that you pass an an argument of a method
-
A variable to be sent as OUT parameter must be initialized
-
1 & 2
-
2 & 3
-
1 & 3
-
Delegates
-
Structures
-
Interfaces
-
Enumerations
-
All the above
-
2 & 3
-
The purpose of constructors is to initialize class members
-
Constructors can have return values
-
Constructors always have the same name as the class
-
None of the above
-
A B print
-
print
-
B
-
B print
-
print B A
-
Virtual keyword is used before Base class
-
Override keyword is used before Derived class
-
overload keyword is used before Derived class
-
1 & 2
-
1 & 3
-
Structure is a value type and Class is a reference type
-
Class is a value type and Structure is a reference type
-
Structs can't have destructors, but classes can have destructors
-
Class can have implementation inheritance, but Structs cannot have it
-
Structs can have implementation inheritance, but Class cannot have it
-
has no implementation
-
only has definitions
-
must be implemented by class or struct
-
All the above
-
1 & 2
-
Either code from derived type or code in the same assembly
-
Only members within the same type
-
Only derived types or members of the same type.
-
Only code within the same assembly