What is encapsulation c#?
No Answer is Posted For this Question
Be the First to Post Answer
What is abstrac class?where is it use?
oops concept is used for?
What is the difference between C++ and java?
how do u initialize the constant variables
What is advantage of inheritance?
What is the main feature of oop?
In which Scenario you will go for Interface or Abstract Class?
1 Answers InfoAxon Technologies,
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.
why we are declare the function in the abstract class even though we are declaring it in Derived class?
should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks
what is the difference between function template and template of function?explain with example.
What is class and object with example?