what is opps?why it is use in programming language?
Answers were Sorted based on User's Feedback
Answer / giri prasad.thota
oops means object oriented programing.this is usud to divide
a program in to objects and there is encapsulation,data
abstraction,inheritence.messege passing featurs is available
in oops.
| Is This Answer Correct ? | 10 Yes | 3 No |
what is the application of oops?
what is multi level inheritance give n example ?
13 Answers HDFC, Hulas Steel, Ness Technologies,
What is polymorphism programming?
explain the concepts of oops?
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile
what is virtual destructor
What is oops and why we use oops?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is operator overloading? Give Example
11 Answers CTS, IBM, TCS,
Why is object oriented programming so hard?
Advantage and disadvantage of routing in telecom sector
What is abstraction and encapsulation?