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: vtu answer key for evs 2015, ifbi e learning answer key, seminar points for oops concepts, fda key answer pdf free, kvpy answer key, free school of tomorrow answer, semantics course book answer key,

[-]
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 966 14-03-2012, 04:07 PM
Last Post: seminar paper
  SELF ORGNIZED PUBLIC KEY MANAGEMENT FOR MOBILE AD HOC NETWORK seminar addict 0 656 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,099 02-02-2012, 01:16 PM
Last Post: seminar addict
  Key Exchange Protocols seminar addict 0 661 24-01-2012, 03:06 PM
Last Post: seminar addict
  Key ratios seminar addict 0 576 24-01-2012, 11:45 AM
Last Post: seminar addict
  EFFICIENT KEY GENERATION FOR LARGE & DYNAMIC MULTICAST GROUPS seminar addict 0 797 13-01-2012, 10:49 AM
Last Post: seminar addict
  C Interview Questions AND ANSWER seminar addict 0 1,215 12-01-2012, 04:21 PM
Last Post: seminar addict
  questions and answer for java seminar addict 0 816 09-01-2012, 04:37 PM
Last Post: seminar addict
  Best Answer - Chosen by Asker seminar addict 0 966 09-01-2012, 01:18 PM
Last Post: seminar addict
  five models of symmetric key algorithm project report helper 0 1,087 19-10-2010, 03:45 PM
Last Post: project report helper

Forum Jump: