UrbanPro
true

Darshana N Madke

Computer Programming Language Trainer

Kharadi, Pune, India - 411014

31 Students

Referral Discount: Get ₹ 500 off when you make a payment to start classes. Get started by Booking a Demo.

Details verified of Darshana N Madke

Identity

Education

Know how UrbanPro verifies Tutor details

Identity is verified based on matching the details uploaded by the Tutor with government databases.

Teaches

VB.NET Training
31 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in VB.NET Training

5

Teaching Experience in detail in VB.NET Training

.Net Framework, OOPs Collection, File Handling, Exception Handling Window Application ADO.Net Setup & Deployment

C Language Classes
31 Students

Excellence Award Winner 2016

C Language

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

12

Teaching Experience in detail in C Language Classes

Programming Language Introduction 'C' Basic Control Structure(if, switch, for, do, while) Function, Array, Pointer, String, File handling, structure & Union Macro, Bitwise operator

C++ Language Classes
31 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

12

Proficiency level taught

Basic C++, Advanced C++

Teaching Experience in detail in C++ Language Classes

OOPS Concept C++ Programming Basic Classes And Objects Operator Overloading Constructor & Destructor Inheritance Console I/O File Handling Exception Handling Templates STL(Standard Template Library

PHP Classes
31 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in PHP Classes

4

Teaches

PHP Realtime Project, Php AJAX, Php MySQL, PHP CMS

Computer Classes
31 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

12

Type of Computer course taken

Advanced Computer Course

Teaching Experience in detail in Computer Classes

BSc(Computer Science), BCA, Computer Graphics BE(Computer & IT) Diploma in Computer Engg, MCA

BCA Tuition
31 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

7

BCA Subject

Programming in C++ , Internet Concepts and Web Design , Object Oriented Technologies, Data and File Structures , Software Engineering , C Language Programming, Problem Solving and Programming , Data structures, Visual Programing, Web Programming, IT, Systems Analysis and Design

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

No

Mobile App Development Training
31 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Mobile App Development Training

1

Teaches following

Android Application Development

4.8 out of 5 21 reviews

Darshana N Madke https://s3-ap-southeast-1.amazonaws.com/tv-prod/member/photo/2192855-small.jpg Kharadi
4.80521
Darshana N Madke
A

.NET MVC

"She has nice teaching skill. So that's any concepts easily understood. Mam knows how to deliver a knowledge with pace and interest. Her basic concepts are so clear not only mvc but also other languages. She is friendly and congenial with his students. It is a plus if his students can share their problems with her, without being afraid or hesitant. Darshana Madke is nice teacher. "

Darshana N Madke
V

.NET MVC

"I had excellent training sessions and understood concepts at very deep level. I was working on Asp.net but she told me different ways of programming in .net which helped me a lot in my project. I am very satisfied and happy with her training session. "

Darshana N Madke
A

PHP

"It was really great. I got to learn a lot. And more than learning I have all my concepts clear now, so this was not just a teaching for the exam it was a teaching for a lifetime Anyone who really wants to get their concepts clear should join this classes. "

Darshana N Madke
S

C Language

"Teaching is good and friendly . She gives detail knowledge of each and every concept . She teach till the student got that point . I like her teaching. "

Darshana N Madke
S

C# .NET

"Very good in teaching. Solved all my doubts and I have improved a lot in programming because of her . "

Darshana N Madke
A

ASP.NET

"Best, ones you complete any course no need to study again. All concepts are cleared. "

Darshana N Madke
R

BCA Tuition

"I am learning in her class since 3 years. She is the best teacher i ever know. She guide in very proper way and clears each and every doubt. I like her strategies of teaching in the class.I get very clear about a particular topic. She enlighten my life to make my future successful and happy. At the End i would like to say she is BEST... "

Darshana N Madke
S

C Language

"Maam is best at her service. She explains perfectly. She made us to built up our confidence. She made us self dependent. The way she teach is simply awesome. I would like to join you in many other programs too. "

Darshana N Madke
A

C++ Language

"She is a very good teacher. Explains the concepts very well. Overall it was best experience earning new things with her "

Darshana N Madke
S

C++ Language

"It was very nice experience with Darshna ma'am. She is very good teacher. As well as very helpful. Try to solve everyone's queries. Takes lots of examples and problems, so that everyone should get understand. "

Darshana N Madke
P

ASP.NET

"She has very good knowledge about computer language and her explanation power is too good. Students understand topics very well. She is good trainer for programming. "

Darshana N Madke
P

ASP.NET

"She has a very good knowledge about computer language . She has very good explanation power so that students can understand what exact topic is. She is good trainer for programming. "

Darshana N Madke
S

PHP

"Mam teaches the complicated or difficult topics in easy and simple way.Becoz of mam I m able to know the concepts behind each and every topic of c++ and php programming and also able to score well in my examinations .She makes the things simpler and teaches the way in which student can understand .As students started understanding the concepts they also started loving the programming.I m thankful to mam for bringing us close to our subject and for loving it. "

Darshana N Madke
V

C Language

"It was pleasure to learn from such a good teacher . She provides deep knowledge about the language u want to learn. Makes u understand the minute things easily and provides sound knowledge about how to apply it practically. Gives u enough time to make u satisfied with her teaching. "

Darshana N Madke
R

C Language

"Teaching methods used by her are very convincing n very easy to understand. Explanation about the languages are in comfortable way n quick to grasp. "

Have you attended any class with Darshana N Madke?

Answers by Darshana N Madke (4)

Answered on 21/11/2016 Learn .Net/C# .NET

C#.net is language and asp.net is a technology to develop Web application using one of the. Net compatible language like c# or vb.Net
Answers 40 Comments
Dislike Bookmark

Answered on 15/05/2016 Learn IT Courses/Programming Languages/C++ Language

Constructor is special function which executed automatically when object of class is created. It has the same name of a class name. You can use constructor to initialize data members of class, or to allocate memory dynamically. In C++ default, parameterised and copy constructors are there. Constructor... ...more
Constructor is special function which executed automatically when object of class is created. It has the same name of a class name. You can use constructor to initialize data members of class, or to allocate memory dynamically. In C++ default, parameterised and copy constructors are there. Constructor do not return any value even void also.
Answers 250 Comments
Dislike Bookmark

Answered on 15/05/2016 Learn IT Courses/Programming Languages/C++ Language

It is a standard way to develop software to reduce cost and time, and increase efficiency. Eg. Waterfall model, Incremental Model etc. You can refer any Software Engineering book for more details
Answers 4 Comments
Dislike Bookmark

Answered on 14/05/2016 Learn IT Courses/Programming Languages/C Language

C is Procedural Oriented where as C++ is Object Oriented, C main() function returns nothing i.e. void and C++ main() function returns int.
Answers 5 Comments
Dislike Bookmark

Darshana N Madke describes herself as Computer Programming Language Trainer. She conducts classes in BCA Tuition, C Language and C++ Language. Darshana N Madke is located in Kharadi, Pune. Darshana N Madke takes Regular Classes- at her Home. She has 12 years of teaching experience . Darshana N Madke has completed Bachelor of Engineering (B.E.) from Pune . She is well versed in Marathi, Hindi and English. Darshana N Madke has got 21 reviews till now with 100% positive feedback.

X

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more