OOPS ANSWER KEY
#1

OOPS ANSWER KEY


[attachment=17637]

PART-A
1) What are new type conversions available in c++?
• basic to class type conversion
• class to class type conversion
• class to basic type conversion

2) what is generic programming?
Generic programming is an approach where generic types are used as parameters in algorithms so that they work for a variety of suitable data types and data structures. Templates provide support for generic programming.
3) Give the syntax for function templates.
template<class T>
returntype functioname(arguments of type T)
{
//……..
//body of the function with type T wherever appropriate
//………
}
4) Give the 3 constructs for defining exception handling.
• Try block
• Catch block
• Throw statement
5) What are the two types of exceptions available in c++?
• Synchronous exceptions
Eg- division by zero, access to an array out of its bounds.
• Asynchronous exceptions
Eg- interruption of keyboard.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: oops concept used in steganography, pdo answer key 2017 sparda spoorthi, oops concepts in php with examples pdf download, answer key of e learning matrix, t e t key answer in udyogvarte, fda key answer pdf free, oops book author puntambekar,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Provably Secure Three-Party Authenticated Quantum Key Distribution Protocols seminar paper 0 972 14-03-2012, 04:07 PM
Last Post: seminar paper
  SELF ORGNIZED PUBLIC KEY MANAGEMENT FOR MOBILE AD HOC NETWORK seminar addict 0 667 06-02-2012, 03:31 PM
Last Post: seminar addict
  MODERN TRENDS IN EMBEDDED SYSYTEM DIGITAL BIKE OPERATING SYSTEM SANS KEY seminar addict 0 1,105 02-02-2012, 01:16 PM
Last Post: seminar addict
  Key Exchange Protocols seminar addict 0 665 24-01-2012, 03:06 PM
Last Post: seminar addict
  Key ratios seminar addict 0 584 24-01-2012, 11:45 AM
Last Post: seminar addict
  EFFICIENT KEY GENERATION FOR LARGE & DYNAMIC MULTICAST GROUPS seminar addict 0 803 13-01-2012, 10:49 AM
Last Post: seminar addict
  C Interview Questions AND ANSWER seminar addict 0 1,221 12-01-2012, 04:21 PM
Last Post: seminar addict
  questions and answer for java seminar addict 0 822 09-01-2012, 04:37 PM
Last Post: seminar addict
  Best Answer - Chosen by Asker seminar addict 0 973 09-01-2012, 01:18 PM
Last Post: seminar addict
  five models of symmetric key algorithm project report helper 0 1,094 19-10-2010, 03:45 PM
Last Post: project report helper

Forum Jump: