What is oops and its features?
Answer / Rashika Chaudhary
"Object-Oriented Programming (OOP) is a programming paradigm based on the concept of 'objects', which can contain data and code: data in the form of fields (often known as attributes), and code, in the form of procedures (often known as methods). The main features are Encapsulation, Inheritance, Polymorphism, and Abstraction."n
| Is This Answer Correct ? | 0 Yes | 0 No |
c++ provides classes...and classes do what we want but why then strcut are used...if we say data hiding... it is also provided by c++ in structs then why to prefer clasess
what is object slicing?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
string is a class or data type in java?
Why do while loop is used?
how do you handle yourself when you feel the wald is aganist you
WAP to generate 2n+1 lines of the following pattern on the computer screen:
What is Method overloading?
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
Please send ford technologies placement paper 2 my mail id
What is debug class?what is trace class? What differences are between them? With examples.
Is react oop?