programming languages Online Quiz - 34
Description: programming languages Online Quiz - 34 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
Do the list structure can have different data types ?
Do the negative indices are allowed in Python ?
Which is the following invalid structure/syntax in python ?
Function definition in python prefix with _____ .
A class or a function definition in python ends with _____
Identify the correct syntax for instantiating a class .
Identify the correct syntax for instantiating a class .
The constructor in python is _____
How to initialize the variable with private scope ?
What gets printed after this boolean b = false; if (b = true){ System.out.println("True"); }
What is "instanceOf" ?
Methods which are marked as Protected can be accessed only by classes with in the same package?