-
-
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 -
-
-
What types of diagrams are generally created while designing an use case / functionality ?
Most frequently used diagrams are- Class Diagram- Sequence DiagramRarely Used- Component Diagram- Package DiagramClass Diagram A diagram that shows a collection of declarative (static) model elements, such as classes, types and their content and relationshipSequence describes an interaction by focusing on the sequence of messages that are e
-
-
-
What is the output of this code?
if(condition)
{
printf("hello");
}
else
{
printf("world");
}
-
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 ?
-
-
-
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?
-
Inner classes
What are advantages of inner class
-
Ans