what is different between oops and c++
No Answer is Posted For this Question
Be the First to Post Answer
write a program to find the largest of two numbers without using for,while,switch,if else, conditional operator and do while using c++ pgmng language
What does no cap mean?
hi all..i want to know oops concepts clearly can any1 explain??
How do you define a class in oop?
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 the outcome of the line of code "cout<<abs(- 16.5);"? 1) 16 2) 17 3) 16.5
Why we are use # in begning of programme of c++.
What is difference between pop and oop?
Name an advantage of linked list over array?
Program to print 0 to 9 in cross order
What does <> mean pseudocode?
WAP find square root of any number (without using sqrt() )?