Monday, March 23, 2020

INTRODUCTION


Contributors:

1)Akshay Bharati
2) Dayanand Haral
3)aniket kapale
4)Atharv joshi


 In this project, you will learn the concepts of Datastructure and OOPs in c++ to write a code for making a family tree using generalized link list .The goal of this project is to get you comfortable with datastructure in C++. You've been using oops, but in this project you'll write more of them at one time than you have before.


          Before we start, we want to spend just a quick second talking about how I think about oops concepts, because I think it's a useful picture to have in your head. It helped me a lot.


41 comments:

  1. Replies
    1. Great work!... Need more such blogs in future

      Delete
    2. thanks we will try our best to write this types of blog

      Delete
    3. thanks we will try our best to write this types of blog

      Delete
  2. Appreciable work done and too good to gain large amount of knowledge

    ReplyDelete
  3. This type of content I like to see! Good work!

    ReplyDelete
  4. Lit Content. Show me more in future!

    ReplyDelete
  5. very impressive work
    well explain

    ReplyDelete
  6. Excellent work team .... Great efforts ๐Ÿ’ฏ๐Ÿ’ฏ๐Ÿ’ฏ

    ReplyDelete
  7. Very helpful and easy to understand

    ReplyDelete

DOCUMENTATION

Course project Title:      Implementation of Family tree Using Generalized Link List Description:    In this project we have create...