-
Memory of Class Member Variable
The memory of class member variable is of which type?
a. memory [address]
b. Address decoding
c. Memory Refresh
d. ALL -
-
-
-
-
-
Call the method to presentation layer
If there is a class library called numbers and method add num.How will you call the method to presentation layer?
-
-
-
-
Floating Point Numbers
Why in c++ (0.1 + 0.1) is not equal to 0.2 ??
Access the members of child class
How is that we can make a parent class to access the members of child class?
Partial class
where do you use partial class ? Explain with real time scenario of the usage ?
What is the output of this code?
if(condition)
{
printf("hello");
}
else
{
printf("world");
}
Java SUPER
Is SUPER a keyword or method? Explain Why?
Ans