What is variable example?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is polymorphism explain its types? Why is polymorphism important in oop? What is the difference between procedural programming and oops? what is graphics How to hide the base class functionality in Inheritance? What are the three parts of a simple empty class? What is constructor in oop? What is balance factor? what is difference between class template and template class? Write a program to reverse a string using recursive function? which feature are not hold visual basic of oop? assume the program must insert 4 elements from the key board
and then do the following programs.sequential search(search
one of the elements),using insertion sort(sort the element)
and using selection sort(sort the element). What is a class and object?