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.
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
i have to create a view in SQL as like in ORACLE DATA EXPRESS EDITION
What is encapsulation selenium?
What is the difference between pass by reference and pass by value?
Can we have inheritance without polymorphism?
Write on signed and unsigned integers and give three (3) examples each
What are callback functions in c++
how to swap the variables without using temp and operators
class type to basic type conversion
What is the Advantage of Interface over the Inheritance in OOPS?
Which is the parameter that is added to every non-static member function when it is called?
How do you achieve polymorphism?