What is the advantage of oop over procedural language?
No Answer is Posted For this Question
Be the First to Post Answer
define oops concept with example
what is SPL in c++.
why reinterpret cast is considered dangerous?
What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?
What do you mean by stack program? Get me an example stack program?
what is meant by files?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
difference between static and non-static variables?
Write a program to find out the number of palindromes in a sentence.
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(); }
What are virtual classes?
Write a c++ program to display pass and fail for three student using static member function