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 |
diff between Abstract class Interfaces?
what is the difference between class to class type conversion and copy constructor ?
how much classes are used in c++
What is class and object in oops?
What is destructor example?
What is overloading in oops?
which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean
What is Virtual Keyword?
Define a class to represent a bank account. Include the following members: Data Members: Name of the Depositor Account Number Type of Account Balance amount in the account Member Functions: To assign the initial values. To deposit an account. To withdraw an amount after checking the balance. Write a C++ main program to display account number, name and balance.
What is abstract class in oops?
Which type does string inherit from?
What are the four main oops concepts?