STL (140)
OOPS (873)
C++ General (2409) Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
3068What 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(); }
SRA,
2702show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
1 11203Write a program to get the value of sin (x) using a library function , when x is given in degrees.
1 4922
Which programming language should I learn first?
What is difference between c++ and c ++ 14?
What is polymorphism used for?
Which language is not a true object oriented programming language?
Explain the difference between c & c++?
What is string in c++ programming?
Why do we use iterators?
What is constructor c++?
What are string library functions(syntax).
Define pure virtual function?
What is buffering in c++?
What are the advantages of prototyping?
When should we use container classes instead of arrays?
what is the drawback of classical methods in oops?
Declare a class vehicle and make it an abstract data type.