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: digital communication bits with answer, oops concept in gujarati, is training the answer, seminar topic about oops concept, php contact form with oops concept and controller free download, mt1 2mark answer free, answer key for fda exam by basavaraj,

[-]
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)

Messages In This Thread
OOPS ANSWER KEY - by seminar paper - 21-02-2012, 04:01 PM

Possibly Related Threads...
Thread Author Replies Views Last Post
  Provably Secure Three-Party Authenticated Quantum Key Distribution Protocols seminar paper 0 967 14-03-2012, 04:07 PM
Last Post: seminar paper
  SELF ORGNIZED PUBLIC KEY MANAGEMENT FOR MOBILE AD HOC NETWORK seminar addict 0 660 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,102 02-02-2012, 01:16 PM
Last Post: seminar addict
  Key Exchange Protocols seminar addict 0 662 24-01-2012, 03:06 PM
Last Post: seminar addict
  Key ratios seminar addict 0 581 24-01-2012, 11:45 AM
Last Post: seminar addict
  EFFICIENT KEY GENERATION FOR LARGE & DYNAMIC MULTICAST GROUPS seminar addict 0 800 13-01-2012, 10:49 AM
Last Post: seminar addict
  C Interview Questions AND ANSWER seminar addict 0 1,217 12-01-2012, 04:21 PM
Last Post: seminar addict
  questions and answer for java seminar addict 0 817 09-01-2012, 04:37 PM
Last Post: seminar addict
  Best Answer - Chosen by Asker seminar addict 0 969 09-01-2012, 01:18 PM
Last Post: seminar addict
  five models of symmetric key algorithm project report helper 0 1,089 19-10-2010, 03:45 PM
Last Post: project report helper

Forum Jump: