What is the difference between object-oriented programming and procedural programming?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are the rules about using an underscore in a c++ identifier?

0 Answers  


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

0 Answers   CIIT Wah,


What is meant by entry controlled loop? What all C++ loops are exit controlled?

0 Answers   TCS,


What is encapsulation in c++?

0 Answers  


What are the conditions that have to be met for a condition to be an invariant of the class?

1 Answers  






Write about c++ storage classes?

0 Answers  


Explain abstraction.

0 Answers  


When is the copy constructor called?

0 Answers  


What are smart pointers?

0 Answers  


Write a program to show polymorphism in C++?

0 Answers   Impetus, Verifone,


Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300”,”BullCart : 10”) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side

0 Answers   Telecom,


Difference between delete and delete[]?

5 Answers   Infosys, TCS, Virtusa,


Categories