Featured
Thirumangalam, Chennai, India - 600040.
1
Details verified of Lakshmi Geetha S✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Tamil Mother Tongue (Native)
English Proficient
University of Madras 2000
Bachelor of Computer Science (B.Sc. (Computer Science))
University of Madras 2003
Master of Computer Applications (M.C.A.)
NIIT 2000
Graduate in NIIT
Thirumangalam, Chennai, India - 600040
ID Verified
Phone Verified
Email Verified
Report this Profile
Is this listing inaccurate or duplicate? Any other problem?
Please tell us about the problem and we will fix it.
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Computer Classes
8
Type of Computer course taken
Software Programming, Basics of Computer usage
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
BSc Computer Science Subjects
Microprocessors, Computer Systems Architecture, Programming Fundamentals, Data Structures
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
No
BSc Branch
BSc Computer Science
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in C++ Language Classes
8
Proficiency level taught
Basic C++
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Drawing Classes
5
Age groups catered to
Below 10 yrs
Teaches
Children’s Cartoons, Pencil Sketching
Age group catered to
2- 5 years-old, 5- 13 years-old
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
8
Fees
₹ 300.0 per hour
Board
State, CBSE
Subjects taught
Mathematics, Computer Science, Computers
Taught in School or College
No
Teaching Experience in detail in Class I-V Tuition
I had taken tutions for primary at my home. Each child is different. I believe a teachers' job is to identify and train the kid accordingly, with utmost patience and .
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class 6 Tuition
5
Board
CBSE
Subjects taught
Mathematics, Computers
Taught in School or College
No
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Java Training Classes
2
Teaches
Core Java
Certification training offered
No
Teaching Experience in detail in Java Training Classes
Hello ! I have about 8 years working experience as a Developer. And I have about few years experience in college tutoring few students. I am passionate about my work and love to update myself in latest technology and also to share my knowledge. Thankyou for this opportunity. Have a great learning experience. Bye.
4 out of 5 1 review
Abhinaya
Beginner Programming Course: Emphasizing Logical Thinking
I liked
Audio/Video Quality
Teaching Method
1. Which computer courses do you teach?
Software Programming and Basics of Computer usage
2. Which classes do you teach?
I teach BSc Tuition, C++ Language, Class 6 Tuition, Class I-V Tuition, Computer, Drawing and Java Training Classes.
3. Do you provide a demo class?
Yes, I provide a free demo class.
4. How many years of experience do you have?
I have been teaching for 8 years.
Answered on 11 Apr Learn IT Courses/Java
Answered on 11 Apr Learn IT Courses/Java
# C
C is procedural language and not a OOPS based language.
A function or method in C doesnot need an object to invoke it, because the concept of OOPS doesn't exist in C.
Where as Java is a fully an Obect oriented language, meaning you cannot invoke a function/method without an object. Of course there is one exception to it, that is static functions/methods. Meaning if a methods is declared as static it can be directly invoked without an object.
So functionalty wise functions/methods in C and Java are same but invoking them is way different as we are comparing languages of 2 different era.
Answered on 11 Apr Learn IT Courses/Java
## In C++ this is pointer that refers to the current object. Using this pointer we access the object's member variables and member functions.
## whereas in java this is used in constructor to differentiate parameter variables from the instance variables if they are same.
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Computer Classes
8
Type of Computer course taken
Software Programming, Basics of Computer usage
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
BSc Computer Science Subjects
Microprocessors, Computer Systems Architecture, Programming Fundamentals, Data Structures
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
No
BSc Branch
BSc Computer Science
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in C++ Language Classes
8
Proficiency level taught
Basic C++
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Drawing Classes
5
Age groups catered to
Below 10 yrs
Teaches
Children’s Cartoons, Pencil Sketching
Age group catered to
2- 5 years-old, 5- 13 years-old
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
8
Fees
₹ 300.0 per hour
Board
State, CBSE
Subjects taught
Mathematics, Computer Science, Computers
Taught in School or College
No
Teaching Experience in detail in Class I-V Tuition
I had taken tutions for primary at my home. Each child is different. I believe a teachers' job is to identify and train the kid accordingly, with utmost patience and .
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class 6 Tuition
5
Board
CBSE
Subjects taught
Mathematics, Computers
Taught in School or College
No
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Java Training Classes
2
Teaches
Core Java
Certification training offered
No
Teaching Experience in detail in Java Training Classes
Hello ! I have about 8 years working experience as a Developer. And I have about few years experience in college tutoring few students. I am passionate about my work and love to update myself in latest technology and also to share my knowledge. Thankyou for this opportunity. Have a great learning experience. Bye.
4 out of 5 1 review
Abhinaya
Beginner Programming Course: Emphasizing Logical Thinking
I liked
Audio/Video Quality
Teaching Method
Answered on 11 Apr Learn IT Courses/Java
Answered on 11 Apr Learn IT Courses/Java
# C
C is procedural language and not a OOPS based language.
A function or method in C doesnot need an object to invoke it, because the concept of OOPS doesn't exist in C.
Where as Java is a fully an Obect oriented language, meaning you cannot invoke a function/method without an object. Of course there is one exception to it, that is static functions/methods. Meaning if a methods is declared as static it can be directly invoked without an object.
So functionalty wise functions/methods in C and Java are same but invoking them is way different as we are comparing languages of 2 different era.
Answered on 11 Apr Learn IT Courses/Java
## In C++ this is pointer that refers to the current object. Using this pointer we access the object's member variables and member functions.
## whereas in java this is used in constructor to differentiate parameter variables from the instance variables if they are same.
Share this Profile
Also have a look at
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.
Certified
The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.