What are the main differences between procedure oriented languages and object oriented languages?
9 22148
What is the main purpose of inheritance law?
Write a program to sort the number with different sorts in one program ??
What is polymorphism what are the different types of polymorphism?
What are the benefits of oop?
What is encapsulation with example?
What is the real life example of polymorphism?
What is the renewal class?
What is a superclass in oop?
What is oops and its features?
Why do we use class in oops?
Why do we use polymorphism in oops?
What do you mean by abstraction?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Can a varargs method be overloaded?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)