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.
why function overloading is not called as pure polymorphism?
oops concept is used for?
What is the purpose of polymorphism?
What is the difference between pass by reference and pass by value?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
what is single inheritance?
Write a program to get the binary tree.
When you define a integer it gets stored in which data structure?(Stack or a heap)
You have one base class virtual function how will call that function from derived class?
what is an qt4 interface?
can inline function declare in private part of class?
Name a typical usage of polymorphism