Tag: programming languages
Questions Related to programming languages
-
doStuff x = 6 main x = 6
-
doStuff x = 5 main x = 6
-
doStuff x = 5 main x = 5
-
Compilation fails
-
null
-
zero
-
some
-
Compilation fails
-
2
-
2 3
-
1 2 3
-
Compilation fails
-
A final method in class X can be abstract if and only if X is abstract.
-
A private static method can be called only within other static methods in class X.
-
A protected method in class X can be overridden by any subclass of X.
-
A non-static public final method in class X can be overridden in any subclass of X.
-
Encapuslation
-
Abstraction
-
Information Hiding
-
Polymorphism
-
Virtual functions
-
Inline functions
-
Static functions
-
Friend functions
-
Automatic
-
Global
-
Static
-
External
-
Static
-
Virtual
-
Void
-
Friend