Sunday 3 April 2011

I WISH YOU ALL THE BEST FOR FOURTH SEMISTER STUDENTS





I WISH YOU ALL THE BEST , I HOPE YOU ARE PREPARING VERY WELL IN THE EXAM, PRACTICE ALL THE PROGRAMS ESPECIALLY RECORD PROGRAMS:


TIPS TO SECURE GOOD MARKS IN THE CPP EXAM


  • Border lines , you know that, every exam you do
  • Use pencil also to underline

  • any question in section B you have to start with (i)defination (ii) syntax (iii) advantages (iv)disadvantages (v) rules (vi) example program. 
example: 
defination:Inline function: inline function is a function , at the time of function call what are the statements are in inline function that are substituted at the place of function call
syntax: 
inline returntype function()
{
  -----;
  -----;
}
advantages:
  (i) fast execution
  (ii)...//see the notes.
Disadvantages:
<<no need for this quesiton>>
rules:

example program:
...
  • dont keep the papers blank.
  • What is Hybrid Inheritance? Explain with a program?
Ans: definition:
        syntax: /*Multiple Inheritance or Multilevel Inheritance
       program: /*write multiple inheritance program

2 comments: