IN PROGRAMING LANGAUGE A C++ IS PURELY OBJECT ORIENTED OR
NOT?
Answers were Sorted based on User's Feedback
Answer / jay gandhi
IN PROGAMING ONLY SMALL TALK IS PURELY OOPS NOT C++ ARE
PURE OBJECT ORIENTED LANGAUGE..
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / pankaj kumar gulwani
C++ IS NOT A FULLY OBJECT ORIENTED LANGUAGE......ITS A PARTIALLY OBJECT ORIENTED LANGUAGE...........
Is This Answer Correct ? | 2 Yes | 2 No |
what is polymorpsim? what are its types?
What is oops and why we use oops?
A file pointer always contains the __________ of the file
what is code for call by value and call by reference?
i^=j; j^=i; i^=j; value of i,j
Name an advantage of array over linked list?
24 Answers GML, IBM, Software Solutions,
What is abstrac class?where is it use?
What is polymorphism in oop example?
how to swap the variables without using temp and operators
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 abstraction with example?
What is inheritance in simple words?