Home > Programming > 10 Major Differences Between C And C++

10 Major Differences Between C And C++

 

C++, as the name suggests is a superset of C. As a matter of fact, C++ can run most of C code while C cannot run C++ code. Here are the 10 major differences between C++ & C...

1. C follows the procedural programming paradigm while C++ is a multi-paradigm language(procedural as well as object oriented)

In case of C, importance is given to the steps or procedure of the program while C++ focuses on the data rather than the process.
Also, it is easier to implement/edit the code in case of C++ for the same reason.

2. In case of C, the data is not secured while the data is secured(hidden) in C++

This difference is due to specific OOP features like Data Hiding which are not present in C.

3. C is a low-level language while C++ is a middle-level language (Relatively, Please see the discussion at the end of the post)

C is regarded as a low-level language(difficult interpretation & less user friendly) while C++ has features of both low-level(concentration on whats going on in the machine hardware) & high-level languages(concentration on the program itself) & hence is regarded as a middle-level language.

4. C uses the top-down approach while C++ uses the bottom-up approach

In case of C, the program is formulated step by step, each step is processed into detail while in C++, the base elements are first formulated which then are linked together to give rise to larger systems.

5. C is function-driven while C++ is object-driven

Functions are the building blocks of a C program while objects are building blocks of a C++ program.

6. C++ supports function overloading while C does not

Overloading means two functions having the same name in the same program. This can be done only in C++ with the help of Polymorphism(an OOP feature)

7. We can use functions inside structures in C++ but not in C.

In case of C++, functions can be used inside a structure while structures cannot contain functions in C.

8. The NAMESPACE feature in C++ is absent in case of C

C++ uses NAMESPACE which avoid name collisions. For instance, two students enrolled in the same university cannot have the same roll number while two students in different universities might have the same roll number. The universities are two different namespace & hence contain the same roll number(identifier) but the same university(one namespace) cannot have two students with the same roll number(identifier)

9. The standard input & output functions differ in the two languages

C uses scanf & printf while C++ uses cin>> & cout<< as their respective input & output functions

10. C++ allows the use of reference variables while C does not

Reference variables allow two variable names to point to the same memory location. We cannot use these variables in C programming.


Don't forget to check out :


MORE -

11. C++ supports Exception Handling while C does not.

C does not support it "formally" but it can always be implemented by other methods. Though you don't have the framework to throw & catch exceptions as in C++.

(will add more..)


UPDATES (ref to comments)-

Praveen - some of them r telling ‘C’ is a middle level language…..tell me the correct type of level language….?

Answer-@praveen – I agree there are always mixed opinions about this one. Some even like to call it a high-level language. But there’s really no determining factor behind the level of a programming language. Essentially, we’re making all the changes at the machine level, right? Now, as we increase the abstraction and move away from the machine-level, the level of the language increases. So, the level is nothing but the level of abstraction. So, most of the languages we use in applications today will have aspects of both machine-level and user-level. The two levels are machine-level & user(real world)-level while high & low levels are relative terms. Although, C is on a lower level of abstraction “relatively”- when compared to C++. Hence, referred to here as low-level.

Mitchell -
cin and cout are part of the std namespace, and they’re not functions. They’re almost like “pipes” in a sense. What you’re doing is essentially bit shifting (<> are bit shift operators) data into and out of them. As well, C++ still supports use of printf and scanf, so your std.cin and std.cout are by no means exclusive in their duties.

  1. Jacob
    July 28th, 2010 at 03:45 | #1

    thanks! just what i was looking for..

  2. ronnie
    July 29th, 2010 at 01:19 | #2

    hey i never got the namespace thing.. I haven't coded much so ive never used it apart from our usual "using namespace std" Where else can it be used? As it says in the post it avoids name collisions. how is that?

  3. anu
    August 10th, 2010 at 02:18 | #4

    gud this is wat im searching actually……….thanks………………..

  4. Bilesh
    August 14th, 2010 at 07:21 | #6

    Well compiled!

  5. narendra girase
    August 25th, 2010 at 02:33 | #8

    thanks
    sir,
    becouse today i undusstand the actual difference between c & c++

  6. Kiran
    September 2nd, 2010 at 04:55 | #9

    Thank you very much for this brief n imp notes

  7. sreevasu
    September 6th, 2010 at 22:43 | #10

    thanks for providing the valueble information

  8. September 8th, 2010 at 04:23 | #11

    c is middle level language while c++ is a high level language

  9. saurabh kushwah
    September 17th, 2010 at 05:54 | #12

    which 1 uses top down..nd bottom up approach..nd why...

  10. dhananjay jha
    September 20th, 2010 at 11:10 | #13

    great job....................
    thanks.

  11. sanjeeta
    September 20th, 2010 at 12:28 | #14

    excellent,this is what i m searching...........................thanks

  12. September 24th, 2010 at 23:58 | #15

    well scheduled data packages.............!!! i was lukin for that.....

  13. September 25th, 2010 at 00:00 | #16

    iam looking for detailed description of c++ language..... wer is it ??? pls include dat...!!!

  14. Santosh
    September 27th, 2010 at 22:01 | #17

    thanks a lot! very useful ones/.

  15. bhuvana
    September 29th, 2010 at 01:25 | #18

    thans for good explanation.

  16. October 1st, 2010 at 00:53 | #19

    @saurabh kushwah - see the 4th difference..

  17. khushi
    October 2nd, 2010 at 04:43 | #20

    thanx sir for good information....

  18. October 8th, 2010 at 03:09 | #21

    jacks :

    iam looking for detailed description of c++ language….. wer is it ??? pls include dat…!!!

    Hey Jacks.. I just started adding complete C++ tutorials. You can start here - http://zarrata.com/durofy/computers/programming/c-tutorial-1-the-basics/

  19. Kundan
    October 19th, 2010 at 23:33 | #22

    thanks, for giving such a good kind of information.

    i realy impressed with that answers..

  20. deepthi
    October 20th, 2010 at 02:41 | #23

    thanks for giving valuable information....

  21. bhavani
    October 23rd, 2010 at 23:38 | #24

    Thanks alot

  22. pooja
    November 2nd, 2010 at 00:45 | #25

    this is wt i want 2 search thanks

  23. Chandhu
    November 28th, 2010 at 14:15 | #26

    Thanks a lot for providing such information keep it up

  24. bharath
    December 4th, 2010 at 09:26 | #27

    dude its really helpful.>...>>

  25. Jasin
    December 9th, 2010 at 10:42 | #28

    Exellent information..
    Thank u sooo much...
    Expecting more....

  26. bhavyateja
    December 13th, 2010 at 03:17 | #29

    @bhuvana
    thank you

  27. bhavyateja
    December 13th, 2010 at 03:21 | #30

    thankyou for helping me like this, because of you i have learnt the difference between c and c++.

  28. chandu
    December 18th, 2010 at 01:09 | #31

    thank u sir, i'm understood what you are said.

  29. sathiya
    December 23rd, 2010 at 05:55 | #32

    thanks......
    my search completed

  30. December 24th, 2010 at 15:56 | #33

    sathiya :: i like that

  31. Amit
    December 30th, 2010 at 11:55 | #34

    Really Awesome ... Thanks a lot boss u made my engineering worth ...At last i came to know the basic difference between these two...........................thanks

  32. January 2nd, 2011 at 00:51 | #35

    @Amit
    Thanks for commenting.. Makes me feel good :)

  33. venky
    January 4th, 2011 at 14:10 | #36

    Thanks for your cooperation for providing me such a great help coz 2morrow is my exam n i need it n i got it..........
    Thanking you.

  34. williams esther
    January 11th, 2011 at 11:51 | #37

    thank you for providing every one of us with such differences btw c and c++...

  35. nandu
    January 18th, 2011 at 23:07 | #38

    thanks a lot man.....very informative ...

  36. saurabh
    January 21st, 2011 at 01:18 | #39

    thank you ....dis is really very helpful ,as all the differences have been explained with clarity,and covers all the important aspect.........

  37. January 21st, 2011 at 01:59 | #40

    Thanks for reading Saurabh :)

  38. January 21st, 2011 at 04:52 | #41

    some of them r telling 'C' is a middle level language.....tell me the correct type of level language....

    • January 22nd, 2011 at 16:54 | #42

      @praveen - I agree there are always mixed opinions about this one. Some even like to call it a high-level language. But there's really no determining factor behind the level of a programming language. Essentially, we're making all the changes at the machine level, right? Now, as we increase the abstraction and move away from the machine-level, the level of the language increases. So, the level is nothing but the level of abstraction. So, most of the languages we use in applications today will have aspects of both machine-level and user-level. The two levels are machine-level & user(real world)-level while high & low levels are relative terms. Although, C is on a lower level of abstraction "relatively"- when compared to C++. Hence, referred to here as low-level.

  39. govindharaj
    January 24th, 2011 at 01:36 | #43

    verry nice.... thanks a lot

  40. bindas
    January 24th, 2011 at 05:47 | #44

    thanq, it was very helpful........

  41. Pranjalee
    January 25th, 2011 at 01:43 | #45

    Thanks a lot Sir!!!
    Its really a very basic thing in software empire.
    One can not point out such smaller but major differences.
    You gave us it as ready made.
    Thanks a lot once again!!!

  42. sandeep
    February 1st, 2011 at 12:55 | #46

    this is realy good one and stick to something i want...thanks for the same...

  43. annie
    February 2nd, 2011 at 11:24 | #47

    its really a very gud differences... it will help the students a lot.. so thanx a lot for helping students....:-)

  44. annie
    February 2nd, 2011 at 11:26 | #48

    gud... keep it up..

  45. teddy
    February 4th, 2011 at 12:06 | #49

    thank u for providin those details..

  46. teddy
    February 4th, 2011 at 12:07 | #50

    it's good..
    expectin more.....

  47. February 14th, 2011 at 01:42 | #51

    Thank you very much..... This is the greatest answer i ever seen.....

  48. February 15th, 2011 at 05:03 | #52

    Thanks for helping complete my assignment.

  49. annu
    February 18th, 2011 at 22:57 | #53

    ans is vry helpful

  50. February 26th, 2011 at 09:17 | #54

    @prabhu Thanks a lot! :)

  51. deepa
    February 28th, 2011 at 13:31 | #55

    thank u so much......for the information..

  52. March 17th, 2011 at 11:27 | #56

    Not a complete list. A couple of other differences:

    C allows void* to be assigned to another type with no warnings.
    C requires the struct keyword when defining a variable of a struct type. C++ automatically "typedefs" structs.
    C has no operator overloading.
    You can omit the return in main() in C.

    There are some others, but it's been a while since I used C.

  53. March 17th, 2011 at 11:29 | #58

    Just thought of another. Actually, this is a side-effect of not having classes, but dynamic allocation in C uses only malloc() and free(), since there is no concept of a constructor or destructor.

  54. Pushpender Singh
    March 19th, 2011 at 00:38 | #59

    thanks it's very helpful :D

  55. Gururaj Shetty
    March 21st, 2011 at 11:35 | #60

    Thank you very much...Exelent answer

  56. April 18th, 2011 at 02:02 | #61

    thnx for ur sharing

  57. chetan dabke
    April 18th, 2011 at 10:36 | #62

    thanx a lot... a well defined and an easier one!!!!

  58. April 25th, 2011 at 11:22 | #63

    I will add possibilities of C++: inheritance and events
    but (10) I think language C suport reference variables

  59. monika
    May 5th, 2011 at 01:58 | #64

    please send us a code to show how c is top down and c++ is bottom up approach v'l b waitin

  60. prashanth
    May 8th, 2011 at 00:36 | #65

    Thanks Dude......................Nice information

  61. Thadeuse
    May 8th, 2011 at 03:55 | #66

    thanks for ur kind information

  62. May 10th, 2011 at 22:42 | #67

    Thank u soooooooooooo much! 10 points are enough for my home work :P

  63. May 14th, 2011 at 02:16 | #68

    different between c$c++

  64. shiva
    May 15th, 2011 at 00:52 | #69

    nice things i got

    @annu

  65. shiva
    May 15th, 2011 at 00:52 | #70

    nice things i got

    @annu

    @deepa

  66. May 17th, 2011 at 14:01 | #71

    good.........

  67. Manu
    May 23rd, 2011 at 07:12 | #72

    thanq very much for ur anwers

  68. Deepthi
    May 27th, 2011 at 05:02 | #73

    Thanq sooo much for ur valuable information :-)

  69. urvisha
    May 31st, 2011 at 00:15 | #74

    thanks for sharing.......but its enough for master level????????????????

  70. TASHI BOY
    June 5th, 2011 at 21:43 | #75

    Very good my friend...
    There is one more difference that C don't have ++ like C++....
    Joking man

  71. krishna kumar
    June 20th, 2011 at 06:31 | #76

    thanks for this valuablr information

  72. CHANDAN RANCHI
    June 30th, 2011 at 14:59 | #77

    he, thanks 4 helping us.....we would b ever thankful 2 u. once again .....THANKS

  73. arun
    July 8th, 2011 at 04:29 | #78

    nice

  74. poovi
    July 9th, 2011 at 08:59 | #79

    thanks for information

  75. poovi
    July 9th, 2011 at 09:02 | #80

    now i have cleared my doubt.

  76. Nitin Sharma
    July 11th, 2011 at 07:03 | #81

    Notes are very helpful for self study and extra knowledge.I will thanks to giver and internet.

  77. Nitin Sharma
    July 11th, 2011 at 07:11 | #82

    My village is Himayoupur (G.B.Nagar). But at this time i am living in ghaziabad finally i will say notes are very helpful for self study and extra knowledge about everything.So for this facility i will thanks to internet service provider and notes provider.

  78. SANKALP SANGLE
    July 13th, 2011 at 11:02 | #83

    can u tell me which was the first version/compiler of c++....urgent!!!!!!!!!!!!!!!!!!!!!

  79. anita s karamudi
    July 14th, 2011 at 06:52 | #84

    good points i got and one more suggestion is....

    c support 32 key words and c++ support 42 key words

  80. July 20th, 2011 at 05:00 | #85

    nice....it's very useful for me...

  81. kanchan
    July 26th, 2011 at 09:50 | #86

    how can we explain top down n boottom up approaches in n c++...

  82. Shailesh Jaiswal
    August 3rd, 2011 at 05:28 | #87

    thanks ..................its very useful for me

  83. sachin
    August 4th, 2011 at 13:15 | #88

    THANKS FOR THE INFO.. IT REALLY HELPED.

  84. rks
    August 4th, 2011 at 21:56 | #89

    Point number 3 is totally wrong bcz c is middle level language and c++ is high level language.
    so plz correct it.

    • August 5th, 2011 at 01:26 | #90

      You probably dint read the complete post. Please see the discussion at the end of the differences.

  85. mayank
    August 6th, 2011 at 12:59 | #91

    thanks a lot u help me very much.

  86. jiban
    August 10th, 2011 at 01:07 | #92

    what is the major difference between C,C++ &java?

  87. bhuvana
    August 13th, 2011 at 07:26 | #93

    thanks a lot am clear now and its very useful

  88. bhuvi
    August 13th, 2011 at 07:30 | #94

    its very useful and this is wat i was looking for

  89. pavan
    August 20th, 2011 at 01:45 | #95

    very thanks for information good

  90. saranya
    August 20th, 2011 at 08:57 | #96

    can u send some programs such as, factorial,prime no,fibonaci
    and can u shortly explain about pointer?

  91. August 20th, 2011 at 11:13 | #97

    saranya :

    can u send some programs such as, factorial,prime no,fibonaci
    and can u shortly explain about pointer?

    Check out the post
    >> http://zarrata.com/durofy/programming/an-introduction-to-pointers-in-c-programming/

  92. August 25th, 2011 at 00:21 | #98

    thanks for sharing......

  93. Vicky Gaur
    August 27th, 2011 at 05:02 | #99

    Thanks.......... a lot

  94. viky
    August 31st, 2011 at 13:07 | #100

    C++ have exception handling where as c dont have!!!

  95. shikha
    September 1st, 2011 at 09:57 | #101

    thanks for the info...... got more than my book...... :)

  96. September 1st, 2011 at 13:08 | #102

    shikha :

    thanks for the info…… got more than my book…… :)

    Great! Moreover, you don't want to read the complete C & C++ text to get such a simple answer ;)

  97. September 1st, 2011 at 13:09 | #103

    viky :

    C++ have exception handling where as c dont have!!!

    Don't know why i forgot that. Have added it as the 11th difference. Thanks!

  98. shweta kumari
    September 2nd, 2011 at 12:09 | #104

    thanx 4 d info......helpful 4 my assignment

  99. Pramod Jain
    September 3rd, 2011 at 08:40 | #105

    I confuse in top down app & bottom up app..................
    Thanks...........

  100. firzan
    September 6th, 2011 at 06:56 | #106

    thanks dude.......!!!!

  101. Amit
    September 7th, 2011 at 09:22 | #107

    Thanks bro.. good answer.

  102. debasis
    September 8th, 2011 at 02:27 | #108

    thanks dude…….!!!!

  103. September 9th, 2011 at 06:42 | #109

    Good Answer. Brother
    Thankz for the information.
    This is enough for my computer science assignment

  104. rohith
    September 12th, 2011 at 01:47 | #110

    thanks and keep updating the information it will be useful for the students like us

  105. AMANDEEP SINGH
    September 12th, 2011 at 11:22 | #111

    THANKS BRO ,
    VERY GOOD ans

  106. insaf
    September 12th, 2011 at 13:49 | #112

    thanx for help.....
    keep it up boss

  107. September 12th, 2011 at 14:09 | #113

    Thank you for the comments! :)

  108. kajol
    September 15th, 2011 at 00:01 | #114

    C is not a client server model while C++ is a client server model. C++ can solve the real world problems while C can't. These are also the differences.

  109. September 15th, 2011 at 05:21 | #115

    it was good....never could read this any one of the books of c or c++..thanks a lot..

  110. Mitchell
    September 15th, 2011 at 11:28 | #116

    You can use functions inside of structs in C via pointers, but I supposed that's not what you really mean, it just sounds slightly misleading to me.

    Also, cin and cout are part of the std namespace, and they're not functions. They're almost like "pipes" in a sense. What you're doing is essentially bit shifting (<> are bit shift operators) data into and out of them. As well, C++ still supports use of printf and scanf, so your std.cin and std.cout are by no means exclusive in their duties.

    All in all a good article, just a couple nitpicks.

  111. September 18th, 2011 at 01:35 | #117

    Thenxxxx alot for the basic informations..........

  112. aswin
    September 19th, 2011 at 11:40 | #118

    lost my interview just bcoz of this ques....

  113. mayank
    September 20th, 2011 at 10:38 | #119

    really given in a lucid way........is extremely easy to comprehend

  114. September 20th, 2011 at 18:02 | #120

    @Mitchell - Thank you for pointing it out. Will add an update to the post. :)

  115. September 20th, 2011 at 18:03 | #121

    mayank :

    really given in a lucid way……..is extremely easy to comprehend

    Thank You Mayank :)

  116. priya
    September 21st, 2011 at 10:14 | #122

    thanks for giving the basic concepts

  117. September 21st, 2011 at 19:13 | #123

    priya :

    thanks for giving the basic concepts

    Thank you for reading :)

  118. HARSH
    September 22nd, 2011 at 08:22 | #124

    THANKS FOR MORE INFO I USE IN MY EXAME

  119. himanshu yadav
    September 23rd, 2011 at 09:58 | #125

    thnaks dude it's found very help ful for me....once again thanks

  120. Gulshan Arya
    September 27th, 2011 at 23:32 | #126

    Thanx a lot ,,,,,,,
    This can be effective in my Campus....

  121. NAVEENA
    September 28th, 2011 at 10:59 | #127

    thanks a lot for this information

  122. September 28th, 2011 at 23:58 | #128

    @Harsh;Himanshu;Gulshan;Naveena - Thanks for the comments! :)

  123. vishal suryavanshi
    September 30th, 2011 at 19:08 | #129

    i dnt understdd top down & bottom up approach so plzzz help me sir...

  124. Alex D
    October 12th, 2011 at 20:54 | #130

    Wait so can I learn C first and then move on to C++... will that work? Because I have started watching video tutorials about C and I am learning a lot but will I be able to do those things in C++?
    Please reply!
    Thanks

  125. October 12th, 2011 at 23:25 | #131

    Alex D :

    Wait so can I learn C first and then move on to C++... will that work? Because I have started watching video tutorials about C and I am learning a lot but will I be able to do those things in C++?
    Please reply!
    Thanks

    That's the only way it works. I hate to call C a "programming language". It is more like a "programming prerequisite". C is to programming what Algebra is to Calculus.

  126. mahesh
    October 15th, 2011 at 11:57 | #132

    thanx dude i got 10 marks in exam

  127. Bhumi Faldu
    October 15th, 2011 at 19:37 | #133

    thank u very much 4 this information.........

  128. sagar
    October 16th, 2011 at 20:06 | #134

    thanx

  129. rajesh
    October 30th, 2011 at 08:30 | #135

    txs it really help full for me......

  130. October 31st, 2011 at 00:19 | #136

    nice and helpfull

  131. priya
    November 2nd, 2011 at 06:29 | #137

    poda panni parathesi naiye un inforamtion na neeye vatchuko da lusu pu............

  132. November 2nd, 2011 at 10:48 | #138

    thks very much

  133. ashish kumar rawat
    November 4th, 2011 at 09:00 | #139

    thanx to provide me imp knowledge

  134. Janardhan Reddy
    November 4th, 2011 at 14:40 | #140

    Pls give me aprogram which can be compiled in c and does not compiled in c++??????

  135. November 6th, 2011 at 12:23 | #141

    its too favour 2 me........

  136. November 7th, 2011 at 04:41 | #142

    Thnx! Coming from Java, now I know it's C++ I should learn. =)

  137. shuhaibvalapuram
    November 9th, 2011 at 15:23 | #143

    12.Main doesn't Provide return 0 Automatically in c,but in c++ it is..
    13.No Boolean type in C,but it is present in c++
    14.We must declare functions before use in c++,but c does't require it.
    15.presence of keyword 'new' instead malloc in c

  138. anoushka
    November 10th, 2011 at 22:28 | #144

    really really helpful..thnx..:)

  139. Lal Bahadur Singh
    November 11th, 2011 at 01:07 | #145

    Thanks for information rishab,it's really working out.......

  140. November 11th, 2011 at 01:55 | #146

    MaTachi :

    Thnx! Coming from Java, now I know it's C++ I should learn. =)

    Hey! You got a nice blog :)

  141. November 11th, 2011 at 01:55 | #147

    Lal Bahadur Singh :

    Thanks for information rishab,it's really working out.......

    Thank You :)

  142. November 14th, 2011 at 06:09 | #148

    THANKS SIR! I HAVE GAIN A GREAT KNOWLEDGE AFTER STUDY UR SITE, ABOUT THE C**AND C DIFF......

  143. K
    November 14th, 2011 at 07:36 | #149

    GOOD JOB

  144. Mayank
    November 16th, 2011 at 07:45 | #150

    Thanks for better E-Information tanks to all of u who make it...........Mayank

  145. vinny aggarwal
    November 30th, 2011 at 07:18 | #151

    what is the differnce between c++ and other structured languages?
    plz
    do reply...

    thank you!

  146. brindha
    December 1st, 2011 at 05:19 | #152

    thanks for ur good info

  147. Shiv mani sharma
    December 3rd, 2011 at 01:25 | #153

    Really very helpful,.,.,

  148. khushboo gangal
    December 10th, 2011 at 08:57 | #154

    thanks a lot for this information........

  149. Sachin Vatsal
    December 14th, 2011 at 02:53 | #155

    Thanks. for special points , I am very satisfied by these 10 points and these are very help full for me

  150. Rajeshwari
    December 17th, 2011 at 05:49 | #156

    Thanx......boss.. this difference is very easy to store on my mind, its never forget to me.. short answers nice keep it up boss... and also keep this typ of answers always it will help full for students..like me

  151. December 17th, 2011 at 06:02 | #157

    Thax...........

  152. December 21st, 2011 at 04:17 | #158

    thanks for this informative post. It helps me a lot to understand some differences both in c and c++.

  153. Rijhal
    December 23rd, 2011 at 02:45 | #159

    @kajol

    can u give some example for it? how cpp is having client server model?

  154. Ankush
    January 5th, 2012 at 07:42 | #160

    tNx a LoT fOr pErfeCt inFOrmAtiOn

  155. anirudh
    January 8th, 2012 at 13:02 | #161

    thanq so much........ :-)

  156. swapna
    January 12th, 2012 at 11:31 | #162

    useful information.. thanks

  157. sikander mirza
    January 14th, 2012 at 15:44 | #163

    tnx a lot 4 in4mtion................................

  158. Pooja
    January 17th, 2012 at 16:11 | #164

    Thanks a ton!!

  159. Aleem
    January 18th, 2012 at 03:28 | #165

    Hehhh can yu please provide me the complete information with explanation on the main OOPS principles..please ya
    And the above information is perfct..thank yu ya..

  160. January 18th, 2012 at 08:25 | #166

    Aleem :

    Hehhh can yu please provide me the complete information with explanation on the main OOPS principles..please ya
    And the above information is perfct..thank yu ya..

    http://www.durofy.com/programming/the-basics-of-object-oriented-programming/

  161. Ila
    January 23rd, 2012 at 15:18 | #167

    thannxxx a lot... its really useful...

  162. manoj
    January 26th, 2012 at 17:28 | #168

    nice!!!!!!!!!!

  163. nature
    January 30th, 2012 at 16:05 | #169

    vry usefullllllllll!!!!!!!!!!!

  164. Rajkumar
    February 1st, 2012 at 01:13 | #170

    What are the things are not possible in c when cOmpaRed to c. Pls tell me..
    Why the c++ is better than c??

  165. anil
    February 3rd, 2012 at 12:06 | #171

    very good info.

  166. swati
    February 6th, 2012 at 05:21 | #172

    Nicely written.....
    really useful !!!!!!! i'l use in my assignment , preparing today...... :)

  167. kodeeswaran
    February 17th, 2012 at 15:08 | #173

    ITs very helpful for uplift my Programming Language MY own thank u for this usual info

  1. June 8th, 2010 at 12:00 | #1
  2. July 28th, 2010 at 15:01 | #2
  3. October 8th, 2010 at 02:13 | #3
  4. September 5th, 2011 at 05:43 | #4