C#.net Interview Question
A=10
B=5
C=A+B
Print C
The above will be given in a multiline textbox. You need to
parse the above input, store values for A,B&c. And you have
to display the value of C.
Whatis the difference between oop and object based language
c++ is a purely oop concept?
What is persistence in oop?
What are constructors in oop?
why destructor is not over loaded?
monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?
what is the difference between class and object?
What are the OOPS concepts?
106 Answers A1 Technology, Bajaj, CTS, EDS, HP, Infosys, Intel, Microsoft, MNC, Persistent, PlanetSoft, ProConstructor, TCS, Virtusa, Wipro, YSoft Solutions,
WAP to generate 2n+1 lines of the following pattern on the computer screen:
Program to print 0 to 9 in cross order
What is oops in simple words?
write a program to find the largest of two numbers without using for,while,switch,if else, conditional operator and do while using c++ pgmng language