Hot questions in Object Oriented Programming

1 votes
1 answer
81
How is the order of invocation of destructors different from constructors?
2 votes
1 answer
84
1 votes
1 answer
85
class dog : public x,public yis an example ofmultiple inheritancerepeated inheritancelinear inheritancenone
3 votes
2 answers
97
Consider the following code segment:for (int k=0; k<20; k=k+2) { if (k % 3 == 1) system.out.print(k+ " "); }What is printed as a result of executing the code segment?4 16...
2 votes
1 answer
98
Match the following with respect to relationship objects and classes $:$$\begin{array}{} & \textbf{List – I} && \textbf{List – II} \\ \text{a.} & \text{State diagram}...
4 votes
2 answers
100