What is property in oops?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in c++ to read two floating point numbers and find their sum and average.
Name an advantage of linked list over array?
What are the 3 principles of oop?
Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345
Why is there no multiple inheritance?
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that
what is SPL in c++.
which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean
What is encapsulation in ict?
What is object in oops?
Why polymorphism is used in oops?
what is the main difference between sizeof() operator in c and c++