Where is pseudocode used?
No Answer is Posted For this Question
Be the First to Post Answer
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(); }
Why do we use class?
What is stream in oop?
Can you inherit a private class?
different types of castings
Why do we use class in oops?
What is object in oops?
How to create a comment page in C #??
some one give d clear explanation for polymorphism
What are two types of polymorphism?
What is the example of polymorphism?
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.