Answer Posted / kiran
In Java,since every statement is written under some class( including main()), we can call-it pure o-o. But, Smalltalk is the language that is pure o-o than java
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is union and structure?
Explain what are preprocessor directives?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
What are the three constants used in c?
Explain what is the general form of a c program?
What is difference between far and near pointers?
What are logical errors and how does it differ from syntax errors?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Can you write the function prototype, definition and mention the other requirements.
What is a far pointer in c?
What is an endless loop?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is difference between structure and union?
Can I initialize unions?