Answer Posted / ajay
body of a function is simply coded in a single line.these
are easily compiled
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is the importance of oop?
What is overloading in oops?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is multilevel inheritance in oop?
What is the real time example of inheritance?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Is oop better than procedural?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
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!!!)
Which language is not a true object oriented programming language?
What is abstract class in oop?
write knight tour problem which is present in datastructure
Are polymorphisms mutations?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is encapsulation in simple terms?