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.
swapping program does not use third variable
What is purpose of inheritance?
In c++ there is only virtual destructors, no constructors. Why?
Are polymorphisms mutations?
what i oops concept, how many languages supports oops concept?
why destructor is not over loaded?
In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}
Write pseudo code for push in a stack?
what is the technical or oop name of object?
What is destructor example?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is polymorphism used for?